forked from qt-creator/qt-creator
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:
@@ -54,6 +54,7 @@ public:
|
||||
, database(database)
|
||||
{
|
||||
transaction.commit();
|
||||
database.walCheckpointFull();
|
||||
}
|
||||
|
||||
void addSymbolsAndSourceLocations(const SymbolEntries &symbolEntries,
|
||||
|
||||
Reference in New Issue
Block a user