You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-15 12:09:09 +03:00
Checkpointing a bunch of edge-case fixes I made and mistakenly mushed
together with the cache size consistency code.
This commit is contained in:
@@ -326,6 +326,11 @@ void MetadataFile::removeEntry(off_t offset)
|
||||
mObjects.erase(it);
|
||||
}
|
||||
|
||||
void MetadataFile::removeAllEntries()
|
||||
{
|
||||
mObjects.clear();
|
||||
}
|
||||
|
||||
// There are more efficient ways to do it. Optimize if necessary.
|
||||
void MetadataFile::breakout(const string &key, vector<string> &ret)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user