You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
MCOL-498 Revived unit tests for writeengine/shared and add new tests
for extent extention. Added a getter, moved some methods from protected into public to use with unit tests, e.g createFile, setPreallocSpace. Added code stub in FileOp::oid2FileName to use with UT.
This commit is contained in:
@@ -297,4 +297,9 @@ void IDBPolicy::configIDBPolicy()
|
||||
}
|
||||
}
|
||||
|
||||
void IDBPolicy::setPreallocSpace(uint16_t dbRoot)
|
||||
{
|
||||
s_PreallocSpace.push_back(dbRoot);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user