You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-17 01:02:23 +03:00
Got the synchronizer stuff to build.
This commit is contained in:
@@ -134,7 +134,7 @@ int Replicator::addJournalEntry(const char *filename, const uint8_t *data, off_t
|
||||
return count;
|
||||
}
|
||||
|
||||
int Replicator::remove(const char *filename, uint8_t flags)
|
||||
int Replicator::remove(const char *filename, Flags flags)
|
||||
{
|
||||
int ret = 0;
|
||||
boost::filesystem::path p(filename);
|
||||
@@ -151,4 +151,9 @@ int Replicator::remove(const char *filename, uint8_t flags)
|
||||
return ret;
|
||||
}
|
||||
|
||||
int Replicator::updateMetadata(const char *filename, const MetadataFile &meta)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user