1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-18 13:54:11 +03:00

Fixed a bug in sync with journal where a cloud object would

not be deleted after a journal merge.
This commit is contained in:
Patrick LeBlanc
2019-05-17 16:02:34 -05:00
parent 8b29e3f9ce
commit 28495c7e90

View File

@@ -350,7 +350,7 @@ void Synchronizer::synchronizeWithJournal(const string &sourceFile, list<string>
ScopedWriteLock s(ioc, sourceFile);
char buf[80];
string &key = *lit;
string key = *lit;
MetadataFile md(sourceFile.c_str(), MetadataFile::no_create_t());
if (!md.exists())