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. Add the knob to disable segment|dict file preallocation. Dict files extension uses fallocate() if possible.
This commit is contained in:
@ -329,6 +329,7 @@ int Dctnry::expandDctnryExtent()
|
||||
blksToAdd,
|
||||
m_dctnryHeader2,
|
||||
m_totalHdrBytes,
|
||||
true,
|
||||
true );
|
||||
|
||||
if (rc != NO_ERROR)
|
||||
|
Reference in New Issue
Block a user