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
Add sync forceFlush and modified unit_test to be in working state again.
This commit is contained in:
1
src/Synchronizer.h
Normal file → Executable file
1
src/Synchronizer.h
Normal file → Executable file
@@ -33,6 +33,7 @@ class Synchronizer : public boost::noncopyable
|
||||
void newObjects(const std::vector<std::string> &keys);
|
||||
void deletedObjects(const std::vector<std::string> &keys);
|
||||
void flushObject(const std::string &key);
|
||||
void forceFlush();
|
||||
|
||||
// for testing primarily
|
||||
boost::filesystem::path getJournalPath();
|
||||
|
||||
Reference in New Issue
Block a user