You've already forked mariadb-columnstore-engine
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:
@@ -350,7 +350,7 @@ void Synchronizer::synchronizeWithJournal(const string &sourceFile, list<string>
|
|||||||
ScopedWriteLock s(ioc, sourceFile);
|
ScopedWriteLock s(ioc, sourceFile);
|
||||||
|
|
||||||
char buf[80];
|
char buf[80];
|
||||||
string &key = *lit;
|
string key = *lit;
|
||||||
MetadataFile md(sourceFile.c_str(), MetadataFile::no_create_t());
|
MetadataFile md(sourceFile.c_str(), MetadataFile::no_create_t());
|
||||||
|
|
||||||
if (!md.exists())
|
if (!md.exists())
|
||||||
|
|||||||
Reference in New Issue
Block a user