зеркало из https://github.com/mozilla/gecko-dev.git
Bug 948448 - Free up disk space after clearing seer data. r=honzab
This commit is contained in:
Родитель
da60080214
Коммит
87f232bbc1
|
@ -2244,6 +2244,8 @@ Seer::ResetInternal()
|
|||
mDB->ExecuteSimpleSQL(NS_LITERAL_CSTRING("DELETE FROM moz_pages;"));
|
||||
mDB->ExecuteSimpleSQL(NS_LITERAL_CSTRING("DELETE FROM moz_hosts;"));
|
||||
|
||||
VacuumDatabase();
|
||||
|
||||
// Go ahead and ensure this is flushed to disk
|
||||
CommitTransaction();
|
||||
BeginTransaction();
|
||||
|
|
Загрузка…
Ссылка в новой задаче