You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-498 Fill up next block with empty values if insert values up to the block boundary.
This commit is contained in:
committed by
Roman Nozdrin
parent
6db8b1f432
commit
8037af5161
@ -63,7 +63,6 @@ namespace WriteEngine
|
||||
/*static*/ boost::mutex FileOp::m_createDbRootMutexes;
|
||||
/*static*/ boost::mutex FileOp::m_mkdirMutex;
|
||||
/*static*/ std::map<int, boost::mutex*> FileOp::m_DbRootAddExtentMutexes;
|
||||
const int MAX_NBLOCKS = 8192; // max number of blocks written to an extent
|
||||
// in 1 call to fwrite(), during initialization
|
||||
|
||||
//StopWatch timer;
|
||||
|
Reference in New Issue
Block a user