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
Got a pretty decent unit test for Sync working.
This commit is contained in:
@@ -39,7 +39,7 @@ class Synchronizer : public boost::noncopyable
|
||||
private:
|
||||
Synchronizer();
|
||||
|
||||
void process(std::list<std::string>::iterator key, bool use_lock=true);
|
||||
void process(std::list<std::string>::iterator key, bool callerHoldsLock=false);
|
||||
void synchronize(const std::string &sourceFile, std::list<std::string>::iterator &it);
|
||||
void synchronizeDelete(const std::string &sourceFile, std::list<std::string>::iterator &it);
|
||||
void synchronizeWithJournal(const std::string &sourceFile, std::list<std::string>::iterator &it);
|
||||
|
||||
Reference in New Issue
Block a user