1
0
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:
Ben Thompson
2019-05-28 15:18:19 -05:00
parent b9d7a2e4c4
commit 9351962942
4 changed files with 33 additions and 3 deletions

1
src/Synchronizer.h Normal file → Executable file
View 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();