1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Update sessions branch with trunk changes.

FossilOrigin-Name: 3f4848a871a4229ff6951eefaf7673de46d2c43f
This commit is contained in:
dan
2012-05-12 11:50:41 +00:00
15 changed files with 417 additions and 213 deletions

View File

@ -1620,5 +1620,8 @@ proc db_delete_and_reopen {{file test.db}} {
# to non-zero, then set the global variable $AUTOVACUUM to 1.
set AUTOVACUUM $sqlite_options(default_autovacuum)
# Make sure the FTS enhanced query syntax is disabled.
set sqlite_fts3_enable_parentheses 0
source $testdir/thread_common.tcl
source $testdir/malloc_common.tcl