Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: third_party/sqlite/patches/0013-fts2-Interpret-foo-as-a-prefix-search.patch

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/sqlite/patches/0013-fts2-Interpret-foo-as-a-prefix-search.patch
diff --git a/third_party/sqlite/patches/0020-fts2-Interpret-foo-as-a-prefix-search.patch b/third_party/sqlite/patches/0013-fts2-Interpret-foo-as-a-prefix-search.patch
similarity index 90%
rename from third_party/sqlite/patches/0020-fts2-Interpret-foo-as-a-prefix-search.patch
rename to third_party/sqlite/patches/0013-fts2-Interpret-foo-as-a-prefix-search.patch
index f613655143ea75e6e8ba5286b8e61066cb8f03b0..a741a189d1b423dbf1a4041cbfa3c670bccead72 100644
--- a/third_party/sqlite/patches/0020-fts2-Interpret-foo-as-a-prefix-search.patch
+++ b/third_party/sqlite/patches/0013-fts2-Interpret-foo-as-a-prefix-search.patch
@@ -1,7 +1,7 @@
-From 07efd3db8276f343fa9762a11ca3114ba8ffe532 Mon Sep 17 00:00:00 2001
+From b3310ec4e29ca2ef45e36a7b188503cd2637c8ba Mon Sep 17 00:00:00 2001
From: Matt Perry <mpcomplete@google.com>
Date: Wed, 17 Dec 2008 00:50:50 +0000
-Subject: [PATCH 20/23] [fts2] Interpret "foo*" as a prefix search.
+Subject: [PATCH 13/16] [fts2] Interpret "foo*" as a prefix search.
By default it interpreted it as "foo *" (two tokens).
@@ -11,7 +11,7 @@ Original review URL: http://codereview.chromium.org/14176
1 file changed, 15 insertions(+)
diff --git a/third_party/sqlite/src/ext/fts2/fts2.c b/third_party/sqlite/src/ext/fts2/fts2.c
-index 4945cd9..7d07137 100644
+index 944f324..1c68af5 100644
--- a/third_party/sqlite/src/ext/fts2/fts2.c
+++ b/third_party/sqlite/src/ext/fts2/fts2.c
@@ -3558,6 +3558,7 @@ static int tokenizeSegment(

Powered by Google App Engine
This is Rietveld 408576698