You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Fix develop build breakages
This commit is contained in:
@ -669,7 +669,7 @@ void Synchronizer::synchronizeWithJournal(const string &sourceFile, list<string>
|
||||
count += err;
|
||||
}
|
||||
numBytesWritten += size;
|
||||
assert(bf::file_size(oldCachePath) == MetadataFile:getLengthFromKey(cloudKey));
|
||||
assert(bf::file_size(oldCachePath) == MetadataFile::getLengthFromKey(cloudKey));
|
||||
cache->rename(prefix, cloudKey, newCloudKey, size - MetadataFile::getLengthFromKey(cloudKey));
|
||||
replicator->remove(oldCachePath);
|
||||
}
|
||||
|
Reference in New Issue
Block a user