1
0
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:
Patrick LeBlanc
2019-08-12 11:02:35 -05:00
parent 60bfa8808a
commit dbea08688e

View File

@@ -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);