1
0
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:
Roman Nozdrin
2018-03-25 22:03:08 +03:00
committed by Roman Nozdrin
parent 6db8b1f432
commit 8037af5161
5 changed files with 56 additions and 8 deletions

View File

@ -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;