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
Fixed some stuff, got a basic unit test for sync to work.
This commit is contained in:
@@ -27,7 +27,7 @@ class Synchronizer : public boost::noncopyable
|
||||
virtual ~Synchronizer();
|
||||
|
||||
// these take keys as parameters, not full path names, ex, pass in '12345' not
|
||||
// 'cache/12345.obj'.
|
||||
// 'cache/12345'.
|
||||
void newJournalEntry(const std::string &key);
|
||||
void newObjects(const std::vector<std::string> &keys);
|
||||
void deletedObjects(const std::vector<std::string> &keys);
|
||||
|
||||
Reference in New Issue
Block a user