lockTablesForReading() comes back.

This commit is contained in:
Vitaly Baranov 2022-07-20 09:04:18 +02:00
parent 988569bdb1
commit 150e058be9

View File

@ -239,6 +239,7 @@ bool BackupEntriesCollector::tryGatherMetadataAndCompareWithPrevious(std::option
table_infos.clear();
gatherDatabasesMetadata();
gatherTablesMetadata();
lockTablesForReading();
}
catch (Exception & e)
{