]>
git.ipfire.org Git - thirdparty/sqlite.git/log
drh [Mon, 14 Mar 2016 20:49:24 +0000 (20:49 +0000)]
Changing page size using VACUUM or backup is not allowed with a codec attached.
FossilOrigin-Name:
92be06c1a828d56652fa5269a3029f8cb029b2cd
drh [Mon, 14 Mar 2016 18:42:04 +0000 (18:42 +0000)]
Merge test script fixes from trunk.
FossilOrigin-Name:
ea1d2cddd59192251ee5fd912b190cded4959879
drh [Mon, 14 Mar 2016 18:34:42 +0000 (18:34 +0000)]
Many more test cases fixed. Only a few remain.
FossilOrigin-Name:
99b9d7eef68fd6d5c9eecb5fbe3dfe002c1ca4a8
drh [Mon, 14 Mar 2016 17:05:04 +0000 (17:05 +0000)]
Many test cases fixed to work with encryption.
FossilOrigin-Name:
d866fffb8b1af5003a8730ce7029d1edddb24d46
drh [Mon, 14 Mar 2016 16:16:43 +0000 (16:16 +0000)]
Test script changes to support testing the SQLite Encryption Extension.
FossilOrigin-Name:
1c70aa5c014fc48ab06215992a61c6f92490abe4
dan [Mon, 14 Mar 2016 15:43:03 +0000 (15:43 +0000)]
Fix the backcompat.test script so that it works with the --testdir test option.
FossilOrigin-Name:
f7480e33eb82f2eae219d17ce46cd2d4edac07d2
drh [Mon, 14 Mar 2016 15:03:54 +0000 (15:03 +0000)]
Run TCL tests in the "testdir" subdirectory.
FossilOrigin-Name:
90e0cc7b0be31ee2f155c2c053b0cbac584f6154
drh [Mon, 14 Mar 2016 14:59:35 +0000 (14:59 +0000)]
More file pathname normalization.
FossilOrigin-Name:
fa8c12921f8361f1889724bb7c5f7eca9c48b075
drh [Mon, 14 Mar 2016 14:28:43 +0000 (14:28 +0000)]
Normalize the $testdir and $argv0 paths so that they continue to work
in the testing subdirectory.
FossilOrigin-Name:
19225b8130f1640772fc54250583b571a89063b6
drh [Mon, 14 Mar 2016 13:42:29 +0000 (13:42 +0000)]
Run TCL tests in a subdirectory "testdir".
FossilOrigin-Name:
f632bba0d6ad3edc60f4127380ce8320378dac42
dan [Mon, 14 Mar 2016 12:16:23 +0000 (12:16 +0000)]
Fix a memory leak in fts5 that could occur following a syntax error in a query expression.
FossilOrigin-Name:
54b8968e335760105206b894672213c1d56771a4
dan [Sat, 12 Mar 2016 19:33:47 +0000 (19:33 +0000)]
Fix a problem handling 'NEAR("" token)' in fts5 found by fuzzing.
FossilOrigin-Name:
10a827ae5f3f322af836c15e581fdc958a433a5a
dan [Sat, 12 Mar 2016 16:32:16 +0000 (16:32 +0000)]
Fix handling of strings that contain zero tokens in fts5. And other problems found by fuzzing.
FossilOrigin-Name:
72b3ff0f0df83e62adda6584b4281cf086d45e45
drh [Fri, 11 Mar 2016 23:07:30 +0000 (23:07 +0000)]
Do not allow the use of WAL mode with nolock=1 because it does not work.
FossilOrigin-Name:
74f5d3b07f6e5e977858c73957c6f9337ae3ca3e
dan [Fri, 11 Mar 2016 15:25:13 +0000 (15:25 +0000)]
Tweak the amalgamation autoconf files so that the --disable-static-shell option works again.
FossilOrigin-Name:
83efcdebfa255cd0663ecc6b74eb99183e2f3a10
drh [Fri, 11 Mar 2016 14:30:18 +0000 (14:30 +0000)]
Update spellfix1_scriptcode() to output 215 (latin) for pure numeric text.
FossilOrigin-Name:
df44308b862e932ff0ad25b6328d13be22047b96
mistachkin [Thu, 10 Mar 2016 19:08:44 +0000 (19:08 +0000)]
Check for PDB files prior to attempting to copy them in the MSVC batch build tool.
FossilOrigin-Name:
d7c20f04e69fb1848b2e2f3b04fbd56e06c7c854
dan [Thu, 10 Mar 2016 15:12:47 +0000 (15:12 +0000)]
Add tests to cover untested branches in recent fts5 changes.
FossilOrigin-Name:
fa0033edf6ddf3c6631fa95b343225dbc8ac9429
drh [Thu, 10 Mar 2016 14:28:24 +0000 (14:28 +0000)]
Use #ifdefs to remove code that is unreachable in some configurations, replacing
it with an assert().
FossilOrigin-Name:
f96ec84d605fd73c323344a753acf35b76307af9
drh [Thu, 10 Mar 2016 14:22:42 +0000 (14:22 +0000)]
Remove an unused local variable.
FossilOrigin-Name:
3c343c3d012367942037e64a9855b825cb459844
dan [Wed, 9 Mar 2016 20:54:14 +0000 (20:54 +0000)]
Add an incremental optimize capability to fts5. Make the 'merge' command independent of the 'automerge' settings.
FossilOrigin-Name:
556671444c03e3afca072d0f5e9bea2657de6fd3
dan [Wed, 9 Mar 2016 18:17:42 +0000 (18:17 +0000)]
Fix a problem in fts3/4 that was causing it to discard data cached in-memory if an 'optimize' command is run when there is no data on disk. The usual way this would happen is if the very first transaction that writes to the fts3/4 table also includes an 'optimize' command.
FossilOrigin-Name:
79338b991bf01e81d336790ca87a0fa747da4ff3
drh [Wed, 9 Mar 2016 15:34:51 +0000 (15:34 +0000)]
Slight simplification to the query optimizer logic associated with IN (SELECT).
FossilOrigin-Name:
2c55c3c2950cafdc256ab540f60dc4609b9c354b
dan [Wed, 9 Mar 2016 15:14:54 +0000 (15:14 +0000)]
Add another test case for bug [
5e3c8867 ].
FossilOrigin-Name:
d91e57e49f23414ec9211b775eb11cd6230a4f96
drh [Wed, 9 Mar 2016 15:09:22 +0000 (15:09 +0000)]
When optimizing expressions of the form "x IN (SELECT ...)" make sure that
the subquery is not correlated. Fix for ticket [
5e3c886796e5512 ].
FossilOrigin-Name:
1ed6b06ea3c432f920fb2b66b6042be906c5d21c
drh [Wed, 9 Mar 2016 13:39:43 +0000 (13:39 +0000)]
Automatically disable SQLITE_ENABLE_EXPLAIN_COMMENTS if SQLITE_OMIT_EXPLAIN
is defined.
FossilOrigin-Name:
8d4b6b2b519a80f831d64345ac26db825b0e2ebe
drh [Wed, 9 Mar 2016 12:35:18 +0000 (12:35 +0000)]
In the query planner, make sure OOM errors are reported up into
whereLoopAddVirtual() so that it shuts down appropriately.
FossilOrigin-Name:
a13c59d08bcbc6f26ce6ac761a892eff8f035201
drh [Wed, 9 Mar 2016 11:59:16 +0000 (11:59 +0000)]
Disable the bestindex*.test modules when building without virtual table support.
FossilOrigin-Name:
e0bac2f3eed900d3a26de339fb7d5963f9b47724
drh [Wed, 9 Mar 2016 04:17:17 +0000 (04:17 +0000)]
Simplifications to the memjournal.c logic to facilitate testing.
FossilOrigin-Name:
8baa2c2c7698e03418531482a8314a5d7ae2c7d3
drh [Wed, 9 Mar 2016 03:44:32 +0000 (03:44 +0000)]
Move the write failure test in memjrnlCreateFile() to just after the
actual write, thus reducing the number of instances of the test by one.
FossilOrigin-Name:
7f00d80c63b15376391f661d872f2b29a970702d
drh [Wed, 9 Mar 2016 03:29:27 +0000 (03:29 +0000)]
Update a comment in btree.c to account for WITHOUT ROWID tables. No code
changes.
FossilOrigin-Name:
fa20dcb03b92be3bb32f8e3d6f88681ace3f6c84
drh [Wed, 9 Mar 2016 02:12:44 +0000 (02:12 +0000)]
Change a branch made obsolete by recent parser enhancements into an assert().
FossilOrigin-Name:
ee486ef742557244f532e8d3b3604ff04e024b8a
drh [Wed, 9 Mar 2016 02:03:03 +0000 (02:03 +0000)]
Add an #ifdef and an ALWAYS() for coverage.
FossilOrigin-Name:
069337a922867ad0d023f5bf36e13ea46e047000
drh [Tue, 8 Mar 2016 23:44:48 +0000 (23:44 +0000)]
Change an unreachable branch in the virtual table query planner into
an assert().
FossilOrigin-Name:
73b97b9ec3c39ab2828ae6353b5d7e04a27996c9
drh [Tue, 8 Mar 2016 23:18:51 +0000 (23:18 +0000)]
Improved comments on virtual table query planning. Added many new
WHERETRACE() macros.
FossilOrigin-Name:
4c89c2534abcf67bc486d5a900a84a6c4f59537e
drh [Tue, 8 Mar 2016 17:59:19 +0000 (17:59 +0000)]
In memjournal.c, reuse the same sqlite3_file object for both the in-memory
phase and the on-disk phase.
FossilOrigin-Name:
e7fbbdc25c0991d4e58d78a5fcb7386e1aa7f3af
dan [Tue, 8 Mar 2016 17:44:08 +0000 (17:44 +0000)]
Modify the memjournal.c code to make it a bit smaller.
FossilOrigin-Name:
d99ac4154812065eef26c298de52954d7ee0bd75
drh [Tue, 8 Mar 2016 16:07:59 +0000 (16:07 +0000)]
Drop support for SQLITE_EXTRA_DURABLE. The new SQLITE_DEFAULT_SYNCHRONOUS
compile-time option is a more general replacement.
FossilOrigin-Name:
f6d3156ba9af1da517dd77c1df03fa7869888463
drh [Tue, 8 Mar 2016 16:02:37 +0000 (16:02 +0000)]
Remove an unused goto label in the RBU extension.
FossilOrigin-Name:
2179a106e8dd7943d4f37093e65ce7826720904e
dan [Tue, 8 Mar 2016 15:52:43 +0000 (15:52 +0000)]
Add a new row type to RBU (a peer of insert, update and delete) - "delete then insert".
FossilOrigin-Name:
1d9468d2427d2c9b7240b364554ac85a0b62fa44
drh [Tue, 8 Mar 2016 15:47:47 +0000 (15:47 +0000)]
Add the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS
compile-time options. Automatically switch to the WAL_SYNCHRONOUS setting
when first opening a WAL-mode database if the synchronous setting has not
been previously set by the application.
FossilOrigin-Name:
5a847a676e756bbe33436596d4279f339bfb247c
dan [Tue, 8 Mar 2016 15:37:48 +0000 (15:37 +0000)]
Update fts3/4 so that the 'merge=X,Y' command merges at least, instead of exactly, Y segments from a single level. This matches the documentation. 'merge=X,0' is, as it was in 3.11, an error.
FossilOrigin-Name:
64b3cb29159491cbfab7e01844b54408541ece5e
drh [Tue, 8 Mar 2016 15:30:01 +0000 (15:30 +0000)]
Make the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS
values zero-based to agree with PRAGMA synchronous.
FossilOrigin-Name:
592d2104361500e5002783ba329a2609389c57b9
drh [Tue, 8 Mar 2016 15:14:26 +0000 (15:14 +0000)]
If SQLITE_DEFAULT_WAL_SYNCHRONOUS is not the same value as
SQLITE_DEFAULT_SYNCHRONOUS and the application has not run
"PRAGMA synchronous", then set synchronous to the
SQLITE_DEFAULT_WAL_SYNCHRONOUS setting when entering WAL mode for
the first time.
FossilOrigin-Name:
5791407b523abd24e832fc2361b3e9f01ee2f36a
drh [Tue, 8 Mar 2016 14:40:11 +0000 (14:40 +0000)]
Add compile-time options SQLITE_DEFAULT_SYNCHRONOUS and
SQLITE_DEFAULT_WAL_SYNCHRONOUS used to specify the default synchronous
settings for all database connections.
FossilOrigin-Name:
1fefa967aa93372d232b96b1e0232b7b855d6d00
drh [Tue, 8 Mar 2016 14:16:23 +0000 (14:16 +0000)]
Fix ATTACH to use the symbolic name PAGER_SYNCHRONOUS_FULL rather than
an integer literal.
FossilOrigin-Name:
c4e192a0e5a408e198dbacb2752859a00d2b572f
drh [Tue, 8 Mar 2016 13:56:02 +0000 (13:56 +0000)]
Fix comments on pager flag settings to include synchronous=EXTRA.
FossilOrigin-Name:
3a65a1fc0fd2408c6984153801ec5dcd5211c897
drh [Tue, 8 Mar 2016 02:59:33 +0000 (02:59 +0000)]
Simplified error detection in the xBestIndex processing.
FossilOrigin-Name:
82ca2131b670505578628687746135ac413d156b
drh [Tue, 8 Mar 2016 01:32:30 +0000 (01:32 +0000)]
Add the ALLBITS macro as a shorthand for "(Bitmask)(-1)".
FossilOrigin-Name:
91bd619d27e4d91510a187bbb88de961a31c8a2e
drh [Tue, 8 Mar 2016 01:11:51 +0000 (01:11 +0000)]
Add a NEVER() to the code generator. Change the parameter name "mExtra"
to "mPrereq" in the query planner, to more closely reflect its meaning.
FossilOrigin-Name:
721ae51e443647291f3a8f7f2128aa410fee2682
drh [Tue, 8 Mar 2016 00:39:58 +0000 (00:39 +0000)]
Changes so that some assert()s in the virtual table query planner are
correct even following an OOM error.
FossilOrigin-Name:
9805f6f85211dcb5a0ab3ceca204e6f2e48530ea
dan [Mon, 7 Mar 2016 20:14:27 +0000 (20:14 +0000)]
Update fts3/4 so that the 'merge=X,0' command merges X pages from all segments of the first level in the fts index that contains 2 or more segments.
FossilOrigin-Name:
cddf69dbc46f10ee7e87538dd850e086386b544c
drh [Mon, 7 Mar 2016 19:08:27 +0000 (19:08 +0000)]
Avoid a NULL pointer dereference following an OOM while generating code
for IN operators on virtual tables.
FossilOrigin-Name:
c924008692e35f1f5144830af08d6de051dd21dd
dan [Mon, 7 Mar 2016 17:39:30 +0000 (17:39 +0000)]
Add a new row type to RBU (a peer of insert, update and delete) - "delete then insert".
FossilOrigin-Name:
169311c85b30f625bdb6986c9cd11db70942d73b
drh [Mon, 7 Mar 2016 17:37:37 +0000 (17:37 +0000)]
Add the SQLITE_CONFIG_STMTJRNL_SPILL option for sqlite3_config().
FossilOrigin-Name:
b6c4202432dc96f8f1740f52d0bf872116357fcc
dan [Sat, 5 Mar 2016 21:32:14 +0000 (21:32 +0000)]
Fix a problem in the previous commit affecting queries with three or more tables joined together to the right of a LEFT or CROSS JOIN operator.
FossilOrigin-Name:
d8d89d69a490a708b83147945f74134ae0e4b387
dan [Sat, 5 Mar 2016 21:07:49 +0000 (21:07 +0000)]
Change the way SQLite invokes the xBestIndex method of virtual tables so that N-way joins involving virtual tables work as expected.
FossilOrigin-Name:
195444380bafd3d95d37ad83047c75ca20978de4
drh [Sat, 5 Mar 2016 20:28:24 +0000 (20:28 +0000)]
Adjust the cost estimates for RTREE such that the expected number of rows and
expected cost is halved for each additional constraint.
FossilOrigin-Name:
fd7cd0609381a85673d1f737ebeb19dde3de180f
dan [Sat, 5 Mar 2016 17:29:08 +0000 (17:29 +0000)]
Change the way SQLite invokes the xBestIndex method of virtual tables so that N-way joins involving virtual tables work as expected.
FossilOrigin-Name:
ffc65968ede2c402e616147e6e3d737e6f9de21d
drh [Sat, 5 Mar 2016 15:35:09 +0000 (15:35 +0000)]
Remove the unused journal.c source file (its function have been subsumed into
memjournal.c). Refactor some of the names in memjournal.c. No functional
changes.
FossilOrigin-Name:
5f2a262d3f6b1531001326faf1d3b3d92c20a30a
drh [Sat, 5 Mar 2016 15:03:31 +0000 (15:03 +0000)]
Work around (incorrect) ASAN warnings in memjournal.c.
FossilOrigin-Name:
4de09777dad6188b7e897473700af3c9655e8547
drh [Sat, 5 Mar 2016 14:19:32 +0000 (14:19 +0000)]
Fix an integer size mismatch problem in test_bestindex.c
FossilOrigin-Name:
2e35eb6b7464455467c868adfbcaad4da16d3207
drh [Sat, 5 Mar 2016 14:00:09 +0000 (14:00 +0000)]
Fix an incorrect #ifdef on sqlite3LogEstToInt().
FossilOrigin-Name:
dca7b23354a6b08c926b6ed3f7345d942a409862
drh [Fri, 4 Mar 2016 21:18:09 +0000 (21:18 +0000)]
Fix an assert() in sqlite3VarintLen(), even though it is impossible to hit
in SQLite due to the way sqlite3VarintLen() is used.
FossilOrigin-Name:
251424c5869f43012fc1e1a545de362036b883db
drh [Fri, 4 Mar 2016 14:43:44 +0000 (14:43 +0000)]
Defer opening and writing statement journals until the size reaches a
threshold (currently 64KiB).
FossilOrigin-Name:
cb9302cca423de41305719a49208daa392ec09da
drh [Fri, 4 Mar 2016 14:23:10 +0000 (14:23 +0000)]
Update test cases to taken deferred statement-journal opening into account.
FossilOrigin-Name:
5b2fe5219ab9ad15969e3374894a75979b65cb3c
drh [Fri, 4 Mar 2016 13:08:35 +0000 (13:08 +0000)]
Merge changes from trunk.
FossilOrigin-Name:
a87305dfd49ee17632d0bce66ce7c2e9407b7b3e
drh [Fri, 4 Mar 2016 04:01:43 +0000 (04:01 +0000)]
Change the default cache_size to -2000 (which means 2000*1024 bytes
independent of page_size).
FossilOrigin-Name:
2682e8e413fadbca0673f242769af17bfd291559
drh [Fri, 4 Mar 2016 03:43:10 +0000 (03:43 +0000)]
Change the default page size for new database files to 4096 (from 1024).
Except, when building the testfixture, preserve the legacy page size.
Also fix a comment on SQLITE_MAX_ATTACHED.
FossilOrigin-Name:
2e8a9ca9d3d6efddc31f01074d14acae56568c37
drh [Fri, 4 Mar 2016 03:20:05 +0000 (03:20 +0000)]
Detect the presence of pread()/pwrite() system calls on unix systems and
use them if available.
FossilOrigin-Name:
82cbf5ad2ed988a006106e188e98096a52e6779d
drh [Fri, 4 Mar 2016 03:14:39 +0000 (03:14 +0000)]
Further fixes to the pread()/pwrite() enabling logic.
FossilOrigin-Name:
38fb54e7854ac0500a88585ff9dd7487b4b2e586
drh [Fri, 4 Mar 2016 03:02:06 +0000 (03:02 +0000)]
Fix the build for cases when pread()/pwrite() are not available.
FossilOrigin-Name:
7d67d876b70c7a4199697c5b112d809c600e140e
drh [Fri, 4 Mar 2016 02:59:35 +0000 (02:59 +0000)]
Add the test_bestindex.c file to Makefile.in and Makefile.msc so that
"make test" will work again.
FossilOrigin-Name:
6ec6b6a97e62be1abe1e349b5bc04c6f5ae88968
drh [Fri, 4 Mar 2016 02:38:00 +0000 (02:38 +0000)]
Update the configure script to detect pread/pwrite and update os_unix.c to
use those routines if they are available.
FossilOrigin-Name:
2cffb9e50bed77d1079603f5b4a71b7559de7294
drh [Fri, 4 Mar 2016 00:13:29 +0000 (00:13 +0000)]
Get in-memory subjournals working for builds without SQLITE_ENABLE_ATOMIC_WRITE.
FossilOrigin-Name:
b5378dcea53d4cd1744d13ddee5e50869607b771
drh [Thu, 3 Mar 2016 21:29:10 +0000 (21:29 +0000)]
Merge the latest updates from trunk.
FossilOrigin-Name:
55c00f716dc98b188c91f3a5a010242c9497785f
drh [Thu, 3 Mar 2016 21:22:53 +0000 (21:22 +0000)]
Reduce the amount of heap memory required to store many schemas by storing
the column datatype appended to the column name (with a \000 separator),
rather than in separate memory allocation.
FossilOrigin-Name:
16fbf2e19c22df9441aef5c8b7f5670adc38a6b6
drh [Thu, 3 Mar 2016 20:42:18 +0000 (20:42 +0000)]
Allow the left-hand side of IN operators on virtual tables to have the
aConstraintUsage[].omit flag clear.
FossilOrigin-Name:
3eb74342740cd393e03aa38cd01690ccab173b76
drh [Thu, 3 Mar 2016 17:54:30 +0000 (17:54 +0000)]
Merge 3.11.1 changes into trunk.
FossilOrigin-Name:
7abc2dd953477797fa05421b061d73596aa025fb
drh [Thu, 3 Mar 2016 16:17:53 +0000 (16:17 +0000)]
drh [Thu, 3 Mar 2016 15:16:15 +0000 (15:16 +0000)]
Increase the default upper bound on scope to 30.
FossilOrigin-Name:
b1258814f6100f594210775e9e3007b5b0c65025
dan [Wed, 2 Mar 2016 17:57:53 +0000 (17:57 +0000)]
Add new test script bestindex1.test to the utf16 permutation.
FossilOrigin-Name:
5893e97244126c80762e55249461f21a4e81bb70
dan [Wed, 2 Mar 2016 16:13:53 +0000 (16:13 +0000)]
Add an extra test for the change on this branch.
FossilOrigin-Name:
d2d28251566d2a0ec1a07fe5b8ed047136840bfd
dan [Wed, 2 Mar 2016 16:01:41 +0000 (16:01 +0000)]
Enhance test_bestindex.c so that it can be used to test plans generated by xBestIndex.
FossilOrigin-Name:
3c15a9bf45cd7dae2fbd99123b8dd75ce278d6e4
dan [Wed, 2 Mar 2016 15:37:50 +0000 (15:37 +0000)]
Fix a recently introduced problem in permutations.test causing an error when the QUICKTEST_OMIT environment variable is defined.
FossilOrigin-Name:
45bc9557722cc2a1398a53fdb2acd8b6692f3121
dan [Wed, 2 Mar 2016 13:26:19 +0000 (13:26 +0000)]
Fix an error in an fts5 test script.
FossilOrigin-Name:
b2a03e2d479aec2fc68dfc83a1fa34c740f44e13
drh [Wed, 2 Mar 2016 03:28:07 +0000 (03:28 +0000)]
Allow the left-hand side of IN operators on virtual tables to have the
aConstraintUsage[].omit flag clear.
FossilOrigin-Name:
1622623cbbfc4325c53d731aba78ca9c382ec612
drh [Wed, 2 Mar 2016 00:58:49 +0000 (00:58 +0000)]
Add the optional -DSERIES_OMIT_CONSTRAINT_VERIFY=0 option to the series.c
extension that implements the generate_series() virtual table.
FossilOrigin-Name:
3d9daa929c0abe6dc01e800ef343b0eef2f0c76a
drh [Tue, 1 Mar 2016 22:48:00 +0000 (22:48 +0000)]
New test cases and infrastructure for testing the xBestIndex method of
virtual tables.
FossilOrigin-Name:
1d41c161165006d6c2af47e476f05fb13039f8b8
drh [Tue, 1 Mar 2016 22:41:27 +0000 (22:41 +0000)]
Improved debugging output with wheretrace. Fix some typos in test script
comments.
FossilOrigin-Name:
13a37fd487ce7d4f98a12f7a67a9c05dadc66557
dan [Tue, 1 Mar 2016 18:35:55 +0000 (18:35 +0000)]
Fix a memory leak in the test code on this branch.
FossilOrigin-Name:
7a1add56341f43dc41adc7b370e58860f4dd50a3
dan [Tue, 1 Mar 2016 18:24:36 +0000 (18:24 +0000)]
Allow test_bestindex.c to set the omit flag for a constraint.
FossilOrigin-Name:
759b9d5b22aa60cc1d6b606f81eb7366c28cbcbe
dan [Tue, 1 Mar 2016 18:07:43 +0000 (18:07 +0000)]
Add test code useful for testing the planners use of teh virtual table xBestIndex() method.
FossilOrigin-Name:
de034c0db66298454ae8418949d58eb6e223c0de
dan [Tue, 1 Mar 2016 16:56:26 +0000 (16:56 +0000)]
Do not attempt to run fts5bigtok.test or fts5merge2.test if FTS5 is not compiled in.
FossilOrigin-Name:
f7ed373953c2dea0919a85dfb461dfef512cd5fc
dan [Tue, 1 Mar 2016 16:02:57 +0000 (16:02 +0000)]
Add -DSQLITE_ENABLE_FTS5 to one of the release-test configurations in releasetest.tcl. Run fts5 tests as part of "make test" if SQLITE_ENABLE_FTS5 is defined.
FossilOrigin-Name:
3cee93716f2aece03bf9b835fb7b5294e4ddc176
drh [Tue, 1 Mar 2016 15:52:41 +0000 (15:52 +0000)]
Remove a forgotten "breakpoint" command from an FTS5 test script.
FossilOrigin-Name:
61927c8f3156c6e61b768318b3cd3bcc4144e17b
drh [Tue, 1 Mar 2016 15:41:31 +0000 (15:41 +0000)]
Increase the version number to 3.11.1
FossilOrigin-Name:
2dcd2fdafe933b74e2d90923986c5ee5791d8223
dan [Tue, 1 Mar 2016 15:09:15 +0000 (15:09 +0000)]
Merge branch-3.11-matchinfo into this branch.
FossilOrigin-Name:
42358170b35cc3e25c42f20e56f3f67e809001ba
dan [Tue, 1 Mar 2016 14:51:36 +0000 (14:51 +0000)]
Fix a problem in fts5 where a corrupt db could lead to a (huge) buffer overread. Cherrypick of [
c9a30e117f ].
FossilOrigin-Name:
daef5869f4d62ebb24eb03b79fe4be0812fa0496
dan [Tue, 1 Mar 2016 14:50:55 +0000 (14:50 +0000)]
Fix an fts5 problem causing 'optimize' to corrupt the fts index under some circumstances. Cherrypick of [
251d6473f7 ].
FossilOrigin-Name:
5b1b7ab5d67f3d691e52ba57dbc14c52d90c6631