You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-09 10:41:14 +03:00
This should have been included in the previous commit.
This commit is contained in:
@@ -656,7 +656,7 @@ void Synchronizer::synchronizeWithJournal(const string &sourceFile, list<string>
|
||||
// update the metadata for the source file
|
||||
|
||||
md.updateEntry(MetadataFile::getOffsetFromKey(key), newCloudKey, size);
|
||||
replicator->updateMetadata(sourceFile.c_str(), md);
|
||||
replicator->updateMetadata(md);
|
||||
|
||||
rename(key, newKey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user