ClangRefactoring: Add WAL checkpoint at the end of the symbol storage

Change-Id: I70fde54947a302ae0e45bff083cd5654c86b3891
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Marco Bubke
2019-07-10 14:02:38 +02:00
parent b16b8db48b
commit 4526a02e31

View File

@@ -54,6 +54,7 @@ public:
, database(database)
{
transaction.commit();
database.walCheckpointFull();
}
void addSymbolsAndSourceLocations(const SymbolEntries &symbolEntries,