You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-24 14:20:59 +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