[block_manager] Hard code block size to 4k.
We're never going to use anything other than 4k, and by hard coding it we avoid making block_manager a template.
This commit is contained in:
@@ -26,7 +26,7 @@ using namespace std;
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
transaction_manager::transaction_manager(block_manager<>::ptr bm,
|
||||
transaction_manager::transaction_manager(block_manager::ptr bm,
|
||||
space_map::ptr sm)
|
||||
: bm_(bm),
|
||||
sm_(sm)
|
||||
|
Reference in New Issue
Block a user