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

Unified Diff: third_party/sqlite/patches/0010-fts3-Fix-uninit-variable-in-fts3EvalDeferredPhrase.patch

Issue 1310533005: [sqlite] Annotate Chromium-specific exposed functions with SQLITE_API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/0010-fts3-Fix-uninit-variable-in-fts3EvalDeferredPhrase.patch
diff --git a/third_party/sqlite/patches/0017-fts3-Fix-uninit-variable-in-fts3EvalDeferredPhrase.patch b/third_party/sqlite/patches/0010-fts3-Fix-uninit-variable-in-fts3EvalDeferredPhrase.patch
similarity index 87%
rename from third_party/sqlite/patches/0017-fts3-Fix-uninit-variable-in-fts3EvalDeferredPhrase.patch
rename to third_party/sqlite/patches/0010-fts3-Fix-uninit-variable-in-fts3EvalDeferredPhrase.patch
index 591377b796386668762c55dcf46936e58b442d74..0de8efd4f38155b2c5ee34cbcd98d2af139e6f6b 100644
--- a/third_party/sqlite/patches/0017-fts3-Fix-uninit-variable-in-fts3EvalDeferredPhrase.patch
+++ b/third_party/sqlite/patches/0010-fts3-Fix-uninit-variable-in-fts3EvalDeferredPhrase.patch
@@ -1,7 +1,7 @@
-From fb15433301dc736ecee87970314ddad779cb284e Mon Sep 17 00:00:00 2001
+From f6dcd6042d04b4424574d26d837f0e1df30d0c98 Mon Sep 17 00:00:00 2001
From: Scott Hess <shess@chromium.org>
Date: Thu, 12 Feb 2015 15:01:26 -0800
-Subject: [PATCH] [fts3] Fix uninit variable in fts3EvalDeferredPhrase.
+Subject: [PATCH 10/11] [fts3] Fix uninit variable in fts3EvalDeferredPhrase.
Chromium compiles with SQLITE_DISABLE_FTS4_DEFERRED since fts4 is
disabled. That compiles away sqlite3Fts3DeferredTokenList() which
@@ -29,5 +29,5 @@ index 3a1152d..c43f369 100644
if( rc!=SQLITE_OK ) return rc;
--
-2.2.1
+2.4.5

Powered by Google App Engine
This is Rietveld 408576698