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

Unified Diff: third_party/sqlite/sqlite-src-3100200/ext/fts3/fts3_term.c

Issue 1610543003: [sql] Import reference version of SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/sqlite-src-3100200/ext/fts3/fts3_term.c
diff --git a/third_party/sqlite/sqlite-src-3080704/ext/fts3/fts3_term.c b/third_party/sqlite/sqlite-src-3100200/ext/fts3/fts3_term.c
similarity index 99%
copy from third_party/sqlite/sqlite-src-3080704/ext/fts3/fts3_term.c
copy to third_party/sqlite/sqlite-src-3100200/ext/fts3/fts3_term.c
index c49d5cb65d7f86ab82dc822a67da4df78c2673d1..7edd0728925551ebe56238d541e44c8b15b8ba2e 100644
--- a/third_party/sqlite/sqlite-src-3080704/ext/fts3/fts3_term.c
+++ b/third_party/sqlite/sqlite-src-3100200/ext/fts3/fts3_term.c
@@ -81,7 +81,7 @@ static int fts3termConnectMethod(
/* The user should specify a single argument - the name of an fts3 table. */
if( argc!=4 ){
- *pzErr = sqlite3_mprintf(
+ sqlite3Fts3ErrMsg(pzErr,
"wrong number of arguments to fts4term constructor"
);
return SQLITE_ERROR;

Powered by Google App Engine
This is Rietveld 408576698