summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history
diff options
context:
space:
mode:
authordumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-15 06:25:08 +0000
committerdumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-15 06:25:08 +0000
commit8cff4c7cfbc5d1805a8e4a87fcd60bcab097dfd0 (patch)
tree8e73d291ec05209aa04c5eb5b8fb3cd353e63f43 /chrome/browser/history
parent5e2e4e1d9b13d48d1245450c9132d7f494fc74f6 (diff)
downloadchromium_src-8cff4c7cfbc5d1805a8e4a87fcd60bcab097dfd0.zip
chromium_src-8cff4c7cfbc5d1805a8e4a87fcd60bcab097dfd0.tar.gz
chromium_src-8cff4c7cfbc5d1805a8e4a87fcd60bcab097dfd0.tar.bz2
Revert 49746. Looks like it caused some SQLite errors that probably
led to some perf regressions too. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49768 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history')
-rw-r--r--chrome/browser/history/text_database.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/text_database.cc b/chrome/browser/history/text_database.cc
index dc8ff8b..3ee835a 100644
--- a/chrome/browser/history/text_database.cc
+++ b/chrome/browser/history/text_database.cc
@@ -169,7 +169,7 @@ void TextDatabase::CommitTransaction() {
bool TextDatabase::CreateTables() {
// FTS table of page contents.
if (!db_.DoesTableExist("pages")) {
- if (!db_.Execute("CREATE VIRTUAL TABLE pages USING fts3("
+ if (!db_.Execute("CREATE VIRTUAL TABLE pages USING fts2("
"TOKENIZE icu,"
"url LONGVARCHAR,"
"title LONGVARCHAR,"