Comment #2 on issue 9600 by [email protected]: DeleteURLAndFavicon disabled http://code.google.com/p/chromium/issues/detail?id=9600
I debugged into it, the row was removed but the following SQL query doesn't have any effect on the index, in chrome/browser/history/text_database.cc (TextDatabase::Optimize): SELECT OPTIMIZE(pages) FROM pages LIMIT 1 Further drilling down into SQLite, third_party/sqlite/ext/fts2/fts2.c (optimizeFunc) is the optimizing function but is never executed, is a possible miuse of the optimization query? I still don't understand why the problem suddenly pops up.. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
