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
First cut of synchronizer is done, won't build yet.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
namespace storagemanager
|
||||
{
|
||||
|
||||
/* TODO: Need to think about how errors are handled / propagated */
|
||||
class Synchronizer : public boost::noncopyable
|
||||
{
|
||||
public:
|
||||
@@ -30,6 +31,11 @@ class Synchronizer : public boost::noncopyable
|
||||
private:
|
||||
Synchronizer();
|
||||
|
||||
void process(const std::string &key);
|
||||
void synchronize(const std::string &key, bool isFlush);
|
||||
void synchronizeDelete(const std::string &key);
|
||||
void synchronizeWithJournal(const std::string &key, bool isFlush);
|
||||
|
||||
struct FlushListener
|
||||
{
|
||||
FlushListener(boost::mutex *m, boost::condvar *c);
|
||||
|
||||
Reference in New Issue
Block a user