1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-02 05:54:29 +03:00

Fix FTS3 so that it does not run illegal SQL and cause a spurious log

message.  Ticket [42d45a693e6].

FossilOrigin-Name: f186b6a61909be1d65b76a6fbaa42f57bbd0d1e5
This commit is contained in:
drh
2010-03-15 19:27:55 +00:00
parent ed37690afd
commit 9396a41e6e
4 changed files with 29 additions and 18 deletions

View File

@@ -84,11 +84,9 @@ static const char * const azCompileOpt[] = {
#ifdef SQLITE_ENABLE_FTS3_PARENTHESIS
"ENABLE_FTS3_PARENTHESIS",
#endif
#if 0 /* Disabled because FTS4 is not ready for publication */
#ifdef SQLITE_ENABLE_FTS4
"ENABLE_FTS4",
#endif
#endif
#ifdef SQLITE_ENABLE_ICU
"ENABLE_ICU",
#endif