sqlite/test
drh 81cc516352 Add the ability to limit filenames to 8+3 using the
SQLITE_ENABLE_8_3_NAMES compile-time option together with a URI
parameter of "8_3_names=1".

FossilOrigin-Name: 96d609856025919571f781207dfa6a24b1732e8d
2011-05-17 20:36:21 +00:00
..
8_3_names.test Add the ability to limit filenames to 8+3 using the 2011-05-17 20:36:21 +00:00
aggerror.test
alias.test
all.test Run some of the existing test scripts with optimizations disabled as part of all.test. 2010-12-07 14:32:28 +00:00
alter.test Changes to various test scripts so that they pass on windows. 2011-05-05 19:44:22 +00:00
alter2.test In the test scripts, changes instances of the TCL interface 2010-09-06 20:28:28 +00:00
alter3.test In the test scripts, changes instances of the TCL interface 2010-09-06 20:28:28 +00:00
alter4.test In the test scripts, changes instances of the TCL interface 2010-09-06 20:28:28 +00:00
altermalloc.test
analyze.test Do not generate sqlite_stat1 entries for empty tables when running 2011-03-30 14:54:05 +00:00
analyze2.test Change the weighting of binary searches on tables to 1/10th the cost of a 2011-01-28 01:57:41 +00:00
analyze3.test Change the weighting of binary searches on tables to 1/10th the cost of a 2011-01-28 01:57:41 +00:00
analyze4.test Fix the ANALYZE command so that it takes collating sequences into account 2011-01-04 19:01:26 +00:00
analyze5.test Always make sure the left-hand side of the IS NOT NULL operator is a 2011-04-08 21:35:26 +00:00
analyze6.test Do not generate sqlite_stat1 entries for empty tables when running 2011-03-30 14:54:05 +00:00
analyze7.test Fix an issue with an analyze test. No code changes. 2011-04-07 01:54:14 +00:00
async.test Fix problems with running the async.test script. 2010-07-13 07:38:51 +00:00
async2.test
async3.test
async4.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
async5.test
attach.test Increase the upper bound on SQLITE_MAX_ATTACHED from 30 to 62. 2011-03-23 18:22:34 +00:00
attach2.test
attach3.test
attach4.test Fix test script attach4.test so that it works with type 1 VFS implementations (no wal). And wal.test so that it work with a small default pager cache size. 2011-04-07 05:17:32 +00:00
attachmalloc.test Updates for Windows. 2010-11-04 20:46:09 +00:00
auth.test Fix the ATTACH command so that the filename argument can be any expression 2011-02-04 00:51:16 +00:00
auth2.test Make sure internal queries are well ordered, even when the 2010-01-12 23:54:14 +00:00
auth3.test
autoinc.test
autoindex1.test Use the estimated number of rows computed for subqueries in the cost 2010-11-16 02:49:15 +00:00
autovacuum.test Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. 2010-07-08 09:44:42 +00:00
autovacuum_ioerr2.test
avtrans.test Change all.test, quick.test and permutations.test so that they use a separate interpreter for each test file. 2010-06-07 17:47:26 +00:00
backcompat.test Add some rtree tests to the backcompat.test script. 2011-04-08 18:47:24 +00:00
backup.test Changes to test scripts to work with SQLITE_TEMP_STORE=2. 2010-09-20 14:55:33 +00:00
backup2.test Add a version number to the wal-index header. If SQLite encounters a version number in either the wal or wal-index files that it does not understand, the operation is abandoned and SQLITE_CANTOPEN returned. 2010-06-23 15:55:43 +00:00
backup_ioerr.test
backup_malloc.test Fix test case numbering in backup_malloc.test and issue when running under Windows. 2010-07-08 18:32:18 +00:00
badutf.test
badutf2.test Fix some problems in os_unix.c when compiled with ENABLE_LOCKING_STYLE on OSX. Also some minor issues with test scripts. 2011-04-01 09:04:36 +00:00
between.test
bigfile.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
bigrow.test
bind.test
bindxfer.test
bitvec.test
blob.test
boundary1.tcl
boundary1.test
boundary2.tcl
boundary2.test
boundary3.tcl
boundary3.test
boundary4.tcl Various fixes so that "make test" works with OMIT_FOREIGN_KEY, OMIT_TRIGGER and OMIT_ALTER_TABLE. 2009-09-29 06:33:23 +00:00
boundary4.test Various fixes so that "make test" works with OMIT_FOREIGN_KEY, OMIT_TRIGGER and OMIT_ALTER_TABLE. 2009-09-29 06:33:23 +00:00
busy.test
cache.test Add tests for very small cache-sizes (less than 10 pages). 2010-11-29 16:10:01 +00:00
capi2.test Add the SQLITE_OMIT_AUTORESET compile-time option which if enabled causes 2011-01-17 17:42:37 +00:00
capi3.test Add a generation counter to the Schema object and enhance OP_VerifySchema 2011-03-18 21:55:46 +00:00
capi3b.test Refactor some of the global variables and commands used by tester.tcl. 2010-06-07 14:28:16 +00:00
capi3c.test Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. 2010-07-08 09:44:42 +00:00
capi3d.test Adding the sqlite3_stmt_readonly() interface. 2010-11-16 23:10:25 +00:00
capi3e.test Skip some tests in capi3e.test when compiled with SQLITE_OMIT_UTF16. 2011-02-14 03:49:40 +00:00
cast.test Changes to various test scripts so that they pass on windows. 2011-05-05 19:44:22 +00:00
check.test Minor changes to test scripts to support various SQLITE_OMIT options. 2009-12-31 19:48:29 +00:00
coalesce.test Additional test cases for the coalesce() and ifnull() functions. 2009-11-11 01:14:17 +00:00
collate1.test
collate2.test
collate3.test
collate4.test Wrap all automatic index changes inside SQLITE_OMIT_AUTOMATIC_INDEX. Add 2010-04-07 16:54:58 +00:00
collate5.test
collate6.test
collate7.test
collate8.test
collate9.test
collateA.test
colmeta.test
colname.test
conflict.test Changes to test scripts to work with SQLITE_TEMP_STORE=2. 2010-09-20 14:55:33 +00:00
corrupt.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
corrupt2.test Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. 2010-07-08 09:44:42 +00:00
corrupt3.test Add "do_not_use_codec" logic to some of the TCL based test cases that read/write directly to the DB. 2011-02-16 01:23:50 +00:00
corrupt4.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
corrupt5.test
corrupt6.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
corrupt7.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
corrupt8.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
corrupt9.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
corruptA.test Add "do_not_use_codec" logic to some of the TCL based test cases that read/write directly to the DB. 2011-02-16 01:23:50 +00:00
corruptB.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
corruptC.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
corruptD.test Add "do_not_use_codec" logic to some of the TCL based test cases that read/write directly to the DB. 2011-02-16 01:23:50 +00:00
corruptE.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
count.test
crash.test
crash2.test
crash3.test
crash4.test
crash5.test
crash6.test
crash7.test
crash8.test Change the journal_mode pragma to remove the "default journal mode" concept. 2010-07-08 17:40:37 +00:00
crashtest1.c
createtab.test
cse.test
ctime.test Modify ctime.test to work with SQLITE_THREADSAFE=2. 2010-06-24 17:37:57 +00:00
date.test Do correct affinity transformations on floating point values which have 2010-09-30 17:33:11 +00:00
dbstatus.test Make sure memory statistics are enabled for the dbstatus.test script. 2010-09-09 17:43:06 +00:00
default.test
delete.test
delete2.test
delete3.test
descidx1.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
descidx2.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
descidx3.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
diskfull.test
distinctagg.test
e_createtable.test Update a comment in e_createtable.test. 2011-04-20 13:35:44 +00:00
e_delete.test Modify some evidence tags to match updated gifs. 2010-09-24 19:14:42 +00:00
e_droptrigger.test Add test file e_dropview.test. 2010-11-30 12:12:24 +00:00
e_dropview.test Add test file e_dropview.test. 2010-11-30 12:12:24 +00:00
e_expr.test Added ifcapable utf16 to a few test cases; 2011-04-05 02:21:04 +00:00
e_fkey.test Change the EXPLAIN QUERY PLAN output to use "USING INDEX" instead of "BY INDEX", and to use "SEARCH" instead of "SCAN" for loops that are not full-table scans. 2010-11-13 16:42:27 +00:00
e_fts3.test Clear a global variable in e_fts3.test before it is used. 2010-04-12 19:43:43 +00:00
e_insert.test Add new file e_createtable.test. 2010-09-25 17:29:57 +00:00
e_reindex.test Add tests to file e_reindex.test. 2010-09-25 07:51:58 +00:00
e_resolve.test Add test file e_resolve.test. 2010-12-01 11:46:53 +00:00
e_select.test Add evidence marks for the sqlite3_blob_reopen() interface. Fix compiler 2010-11-02 15:26:24 +00:00
e_select2.test Add new file e_vacuum.test. Move part of e_select.test into e_select2.test. 2010-09-24 18:04:22 +00:00
e_update.test Modify some evidence tags to match updated gifs. 2010-09-24 19:14:42 +00:00
e_uri.test Update URI test cases to account for the new error message format. 2011-05-10 17:43:28 +00:00
e_vacuum.test Added ifcapable wal to some test scripts; 2011-04-05 02:33:44 +00:00
enc.test
enc2.test
enc3.test
enc4.test Fix some matching issues in enc4.test affected by TCL versions. 2010-09-30 20:11:24 +00:00
eqp.test Fix a problem with "EXPLAIN QUERY PLAN SELECT count(*) FROM tbl". 2011-02-21 17:49:49 +00:00
eval.test
exclusive.test Fix a broken test case in exclusive.test. 2010-11-01 05:54:06 +00:00
exclusive2.test Add "do_not_use_codec" logic to some of the TCL based test cases that read/write directly to the DB. 2011-02-16 01:23:50 +00:00
exec.test
exists.test Change exists.test to run all tests with and without "PRAGMA journal_mode=WAL". 2011-04-11 05:38:31 +00:00
expr.test Changes to various test scripts so that they pass on windows. 2011-05-05 19:44:22 +00:00
fallocate.test Fix some problems with running test scripts with the inmemory_journal permutation. 2010-08-06 14:37:13 +00:00
filectrl.test Attempt to get the filectrl.test script running. 2010-06-01 00:28:42 +00:00
filefmt.test Do not report corruption if the the db size header field is greater than the file size on disk unless the two change-counter header fields are identical. Fix for ticket [89b8c9ac54]. 2011-02-09 18:19:20 +00:00
fkey1.test
fkey2.test Add the SQLITE_OMIT_AUTORESET compile-time option which if enabled causes 2011-01-17 17:42:37 +00:00
fkey3.test If an update does not modify any child or parent key columns, omit foreign key processing for the statement. 2009-10-01 16:09:04 +00:00
fkey4.test If a deferred foreign key constraint fails on a statement that is not part 2011-02-04 05:47:51 +00:00
fkey_malloc.test Remove unreachable branches from fkey.c. Add a few tests to cover the remaining branches. 2009-09-30 08:11:07 +00:00
format4.test
fts1a.test
fts1b.test
fts1c.test
fts1d.test
fts1e.test
fts1f.test
fts1i.test
fts1j.test
fts1k.test
fts1l.test
fts1m.test
fts1n.test
fts1o.test
fts1porter.test
fts2.test Change all.test, quick.test and permutations.test so that they use a separate interpreter for each test file. 2010-06-07 17:47:26 +00:00
fts2a.test
fts2b.test
fts2c.test
fts2d.test
fts2e.test
fts2f.test
fts2g.test
fts2h.test
fts2i.test
fts2j.test
fts2k.test
fts2l.test
fts2m.test
fts2n.test
fts2o.test
fts2p.test
fts2q.test
fts2r.test
fts2token.test
fts3.test Re-introduce the prefix-search optimization of [feef1b15d6], which was lost in a reorganization of FTS3 code. 2010-07-19 11:16:36 +00:00
fts3_common.tcl Fix a typo in walfault.test. 2010-05-04 11:06:03 +00:00
fts3aa.test Add new test file e_droptrigger.test. 2010-11-29 12:06:45 +00:00
fts3ab.test Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.). 2009-11-13 10:36:20 +00:00
fts3ac.test Fix for [9861b74ab9]. Correctly handle strings with zero tokens in the fts3 offsets() function. 2010-03-24 15:57:33 +00:00
fts3ad.test Add extra tests for parsing of whitespace in tokenizer declarations,. 2009-12-07 16:23:42 +00:00
fts3ae.test Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.). 2009-11-13 10:36:20 +00:00
fts3af.test
fts3ag.test Improved error message when the right-hand operand of MATCH in FTS3 is 2010-03-15 20:53:01 +00:00
fts3ah.test Updates to FTS4 to improve performance and make more accurate cost estimates for prefix terms. 2010-10-20 18:56:04 +00:00
fts3ai.test
fts3aj.test
fts3ak.test
fts3al.test Change the fts3 snippet function to return (hopefully) more relevant snippets in less time. 2010-01-06 17:19:21 +00:00
fts3am.test
fts3an.test Re-introduce the prefix-search optimization of [feef1b15d6], which was lost in a reorganization of FTS3 code. 2010-07-19 11:16:36 +00:00
fts3ao.test Test coverage improvements for fts3.c. 2010-10-25 12:47:43 +00:00
fts3atoken.test Add support for on conflict clauses to fts3/fts4. 2011-04-25 18:49:57 +00:00
fts3aux1.test Add support for on conflict clauses to fts3/fts4. 2011-04-25 18:49:57 +00:00
fts3b.test Modify a test in fts3b.test to reflect the fact that the docid field may now be updated. 2009-12-02 16:09:16 +00:00
fts3c.test Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.). 2009-11-13 10:36:20 +00:00
fts3comp1.test Change fts4aux to (additionally) report on term frequency in individual columns of an fts table. 2011-02-04 18:56:25 +00:00
fts3conf.test Have r-tree virtual tables support on-conflict clauses. 2011-04-28 18:46:46 +00:00
fts3corrupt.test Add extended return code SQLITE_CORRUPT_VTAB. Returned when the tcontents of the sqlite tables used internally by a virtual table module are invalid or inconsistent. 2011-05-17 15:56:16 +00:00
fts3corrupt2.test Test cases and minor changes to make fts3 more robust in the face of a corrupt database. 2010-10-30 15:21:13 +00:00
fts3cov.test More coverage tests for fts3.c. 2010-10-26 07:14:25 +00:00
fts3d.test Start reworking fts3 code to match the rest of SQLite (code conventions, malloc-failure handling etc.). 2009-11-13 10:36:20 +00:00
fts3defer.test Changes to allow FTS4 tables to be created without the underlying %_docsize table (in order to save space). 2010-11-02 17:41:52 +00:00
fts3defer2.test Fix a bug in fts4 to do with matchinfo and deferred tokens. 2011-03-23 17:10:43 +00:00
fts3e.test
fts3expr.test Improved error message when the right-hand operand of MATCH in FTS3 is 2010-03-15 20:53:01 +00:00
fts3expr2.test
fts3fault.test Add coverage tests (and associated fixes) for new matchinfo() code. 2010-11-25 17:49:28 +00:00
fts3fault2.test Fix a problem whereby following an IO error in CommitPhaseTwo() of a multi-file transaction the b-tree layer could be left in TRANS_WRITE state, causing problems later on. 2011-03-29 15:40:55 +00:00
fts3malloc.test Test coverage improvements for fts3.c. 2010-10-25 12:47:43 +00:00
fts3matchinfo.test Fix a couple of crashes in fts3 that can occur if the database contents are inconsistent. 2011-01-13 11:20:04 +00:00
fts3near.test Change the fts3 snippet function to return (hopefully) more relevant snippets in less time. 2010-01-06 17:19:21 +00:00
fts3query.test Experimental changes to fts3 function matchinfo(). 2010-11-23 19:16:47 +00:00
fts3rnd.test Fix a bug causing fts3 to incorrectly return SQLITE_CORRUPT. 2010-12-02 17:39:26 +00:00
fts3shared.test Add new test file fts3shared.test to test the previous change. 2010-09-17 16:01:09 +00:00
fts3snippet.test Test coverage improvements for fts3.c. 2010-10-25 12:47:43 +00:00
fts3sort.test Fix a performance problem in queries that use "ORDER BY rowid DESC" and one or more FTS auxiliary functions. 2011-05-04 15:41:18 +00:00
fts4aa.test Check-in [87a6a9970b] did not completely disable FTS4. This check-in aims 2010-03-09 13:02:09 +00:00
func.test More rounding tests. 2010-02-17 03:57:58 +00:00
func2.test Update comment for substrFunc(). Added additional SUBSTR() test cases. 2009-11-12 05:04:50 +00:00
func3.test Fix problem with func3.test. 2010-08-28 19:09:29 +00:00
fuzz.test Change all.test, quick.test and permutations.test so that they use a separate interpreter for each test file. 2010-06-07 17:47:26 +00:00
fuzz2.test Minor changes to test scripts to support various SQLITE_OMIT options. 2009-12-31 19:48:29 +00:00
fuzz3.test
fuzz_common.tcl
fuzz_malloc.test Change all.test, quick.test and permutations.test so that they use a separate interpreter for each test file. 2010-06-07 17:47:26 +00:00
fuzzer1.test Add additional test data and documentation to the fuzzer virtual table. 2011-04-01 20:28:31 +00:00
hook.test Test that the rollback-hook is invoked if a commit-hook implementation returns non-zero (causing a rollback). Remove documentation comment that says otherwise from sqlite.h.in. 2010-04-13 06:18:02 +00:00
icu.test Add tests to check that the ICU regexp() function can only be called with exactly two arguments. 2010-07-30 05:06:05 +00:00
in.test Move the test for an (illegal) scalar sub-query that returns more than one column to earlier in SELECT processing in order to avoid an assert() that can happen later on. 2010-09-02 19:01:16 +00:00
in2.test
in3.test
in4.test
incrblob.test Fix some segfaults that could occur in obscure circumstances where error messages contained characters that could be mistaken for printf format specifiers. 2010-10-21 15:12:44 +00:00
incrblob2.test
incrblob3.test Have sqlite3_blob_bytes() return 0 following a failed call to sqlite3_reopen_blob(). 2010-12-06 17:11:05 +00:00
incrblob_err.test
incrblobfault.test Structural coverage tests for vdbeblob.c. Including experimental new API sqlite3_blob_reopen(). 2010-10-26 18:42:52 +00:00
incrvacuum.test Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. 2010-07-08 09:44:42 +00:00
incrvacuum2.test Fix incrvacuum2.test so that it works with the inmemory_journal permutation. 2011-04-08 17:22:30 +00:00
incrvacuum_ioerr.test
index.test Omit unnecessary OP_Next and OP_Prev operators when uniqueness constraints 2011-03-09 21:02:31 +00:00
index2.test
index3.test Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. 2010-07-08 09:44:42 +00:00
indexedby.test Change the weighting of binary searches on tables to 1/10th the cost of a 2011-01-28 01:57:41 +00:00
init.test Disable the "init.test" test script when compiled with SQLITE_THREADSAFE=0. 2010-03-22 15:47:38 +00:00
insert.test
insert2.test
insert3.test Move the asynchronous IO code from src/test_async.c to ext/async/. Refactor it to be a standalone module and to support windows. (CVS 6539) 2009-04-23 14:58:39 +00:00
insert4.test Disable the transfer optimization if the destination table contains 2011-04-24 22:56:07 +00:00
insert5.test
intarray.test Additional intarray test cases and tweaks to comments. 2009-11-10 17:55:47 +00:00
interrupt.test
intpkey.test
io.test Fix issues with the io.test script. There is still a problem with a 2010-03-29 19:36:52 +00:00
ioerr.test Fix a couple of test script problems. 2010-10-04 16:06:11 +00:00
ioerr2.test
ioerr3.test
ioerr4.test
ioerr5.test Disable the SQLITE_MAX_PAGE_SIZE compile time option (it is now always set to 65536). Fix some other problems in test files. 2010-08-18 15:25:17 +00:00
join.test When generating WHERE clause terms internally for NATURAL and USING joins, identify the table by its position in the FROM list, not by its name or alias. Fix for [b73fb0bd64]. 2009-10-19 15:52:32 +00:00
join2.test
join3.test
join4.test
join5.test
join6.test Added test cases for the multi-way USING and NATURAL JOIN fix. 2009-12-09 18:22:25 +00:00
journal1.test
journal2.test When creating a journal file on unix, attempt to create it with the same permissions as the associated database file. 2010-07-15 14:59:37 +00:00
journal3.test When creating a journal file on unix, attempt to create it with the same permissions as the associated database file. 2010-07-15 14:59:37 +00:00
jrnlmode.test Fix a problem wherein changing the journal-mode immediately after leaving exclusive-locking mode could lead to the database being unlocked without clearing the changeCountDone flag. 2010-08-07 09:31:14 +00:00
jrnlmode2.test Fix jrnlmode2.test so that it works on systems where UNDELETABLE_WHEN_OPEN is defined. 2010-06-21 05:40:49 +00:00
jrnlmode3.test Add the SQLITE_FCNTL_SYNC file-control. 2011-01-11 17:39:37 +00:00
keyword1.test
lastinsert.test
laststmtchanges.test
like.test Change the weighting of binary searches on tables to 1/10th the cost of a 2011-01-28 01:57:41 +00:00
like2.test
limit.test
loadext.test
loadext2.test
lock.test Changes to test scripts to work with SQLITE_TEMP_STORE=2. 2010-09-20 14:55:33 +00:00
lock2.test Fix problems with running the async.test script. 2010-07-13 07:38:51 +00:00
lock3.test
lock4.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
lock5.test Fix to lock5.test so that it runs with the inmemory_journal permutation on osx. 2010-07-08 14:59:01 +00:00
lock6.test Fix minor test suite problems causing errors on OSX. 2010-10-06 16:42:52 +00:00
lock7.test
lock_common.tcl Add the "valgrind" permutation. This is the same as veryquick.test except that it omits the multi-process tests that do not work under valgrind. No changes to production or existing test code. 2010-12-03 10:32:06 +00:00
lookaside.test Add test cases for the new lookaside hit and miss status outputs. Add 2010-12-21 21:28:38 +00:00
main.test Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. 2010-07-08 09:44:42 +00:00
make-where7.tcl
malloc.test Added ifcapable utf16 to a few test cases; 2011-04-05 02:21:04 +00:00
malloc3.test Have the pager change to at least WRITER_CACHEMOD state before marking any pages as dirty (instead of immediately after). Otherwise, if an error occurs, the pager may be left in WRITER_LOCKED state with dirty pages in the cache. 2010-10-05 17:02:47 +00:00
malloc4.test
malloc5.test
malloc6.test
malloc7.test
malloc8.test
malloc9.test
mallocA.test
mallocAll.test Change all.test, quick.test and permutations.test so that they use a separate interpreter for each test file. 2010-06-07 17:47:26 +00:00
mallocB.test
mallocC.test Refactor some of the global variables and commands used by tester.tcl. 2010-06-07 14:28:16 +00:00
mallocD.test
mallocE.test
mallocF.test
mallocG.test
mallocH.test
mallocI.test Fix issue in mallocI test script where db handle not released. 2010-07-07 20:00:04 +00:00
mallocJ.test
mallocK.test
malloc_common.tcl Add test infrastructure (and some tests) to inject faults into os_unix.c using the new xSetSystemCall interface. 2011-03-28 19:10:06 +00:00
manydb.test
mem5.test Fix issue with mem5 allocator when min request size is larger thatn 2^30. 2011-03-09 21:36:17 +00:00
memdb.test Do not attempt to run tests that use the 'wholenumber' virtual table if the build does not support virtual tables. 2011-04-02 09:25:14 +00:00
memleak.test Refactor some of the global variables and commands used by tester.tcl. 2010-06-07 14:28:16 +00:00
memsubsys1.test Fix a problem in memsubsys1.test. Modifications to test code only. 2011-01-25 09:54:53 +00:00
memsubsys2.test Make sure SQLite is running with MEMSTATUS enabled at the beginning of 2010-09-10 13:22:59 +00:00
minmax.test
minmax2.test
minmax3.test Change the weighting of binary searches on tables to 1/10th the cost of a 2011-01-28 01:57:41 +00:00
misc1.test Do create, open, or initialize the rollback journal until something actually 2010-03-19 15:48:13 +00:00
misc2.test
misc3.test
misc4.test Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1 2010-09-25 22:32:56 +00:00
misc5.test Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. 2010-07-08 09:44:42 +00:00
misc6.test
misc7.test Update misc7.test to account for EQP changes. 2010-12-02 06:08:53 +00:00
misuse.test
multiplex.test Removed dependency on sqliteInt.h so that multiplex VFS shim can be compiled as loadable module. 2011-04-01 14:22:46 +00:00
mutex1.test Update test file mutex1.test to account for [e3b500fb5d]. 2011-01-26 15:23:22 +00:00
mutex2.test
nan.test Changes to various test scripts so that they pass on windows. 2011-05-05 19:44:22 +00:00
notify1.test
notify2.test
notify3.test Do not run some tests in notify3.test with the inmemory_journal permutation. They do not pass as the tests assume that the database schema is not loaded until the first invocation of [db eval]. This is not true with the inmemory_journal permutation. 2010-08-06 13:50:07 +00:00
notnull.test
null.test
openv2.test
oserror.test Changes to oserror.test and syscall.test so that they work with the in-memory journal permutation test. 2011-04-04 07:05:38 +00:00
pager1.test Changes to various test scripts so that they pass on windows. 2011-05-05 19:44:22 +00:00
pager2.test Add the SQLITE_FCNTL_SYNC file-control. 2011-01-11 17:39:37 +00:00
pager3.test Fix a bug to do with deleting the journal file when exiting exclusive-locking mode. 2010-08-06 06:54:47 +00:00
pagerfault.test Another change for testing on Windows. 2010-11-04 21:13:56 +00:00
pagerfault2.test Further changes to test scripts so that the "inmemory_journal" permutation works. 2010-07-03 16:37:45 +00:00
pagerfault3.test Fix additional test cases so that they work with DEFAULT_AUTOVACUUM. 2011-04-02 06:44:38 +00:00
pageropt.test Refactor some of the global variables and commands used by tester.tcl. 2010-06-07 14:28:16 +00:00
pagesize.test Make the TEMP file tables use the page size set for the main database. 2010-01-26 01:25:26 +00:00
pcache.test Get all test cases working with the mutex-free-pcache implementation. 2011-01-18 16:13:27 +00:00
pcache2.test
permutations.test Fix some test cases in walfault.test. Extend one test case to restore code coverage. Add wal5.test to the "coverage-wal" permutation. 2011-02-07 16:24:39 +00:00
pragma.test Fix minor test suite problems causing errors on OSX. 2010-10-06 16:42:52 +00:00
pragma2.test
printf.test Enhance the %q, %Q, and %w printf conversions so that the precisions 2009-11-25 16:53:37 +00:00
progress.test Fix some problems in os_unix.c when compiled with ENABLE_LOCKING_STYLE on OSX. Also some minor issues with test scripts. 2011-04-01 09:04:36 +00:00
ptrchng.test
quick.test Add test file pager1.test, containing tests of inter-process locking in non-wal mode. 2010-06-15 17:44:47 +00:00
quota.test Adjust test case in quota.test to handle Windows dir seperators. 2011-04-15 21:37:33 +00:00
quote.test
randexpr1.tcl
randexpr1.test
rdonly.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
reindex.test
releasetest.mk Remove proprietary information from the releasetest.tcl script and add it 2010-09-06 18:44:14 +00:00
releasetest.tcl Add configurations featuring the -ftrapv switch and large values for SQLITE_MAX_ATTACHED to releasetest.tcl. 2011-04-06 12:37:09 +00:00
rollback.test Change all.test, quick.test and permutations.test so that they use a separate interpreter for each test file. 2010-06-07 17:47:26 +00:00
rowhash.test In the rowhash.test, make sure global variables are cleared prior to use. 2010-06-02 14:43:30 +00:00
rowid.test
rtree.test Fix a couple of memory leaks in r-tree that can occur following an OOM condition. 2010-08-26 14:15:37 +00:00
savepoint.test Add the SQLITE_FCNTL_SYNC file-control. 2011-01-11 17:39:37 +00:00
savepoint2.test Add the "wal" permutation to run existing test files savepoint.test and savepoint2.test in WAL mode. 2010-04-26 12:39:03 +00:00
savepoint3.test
savepoint4.test
savepoint5.test
savepoint6.test Change all.test, quick.test and permutations.test so that they use a separate interpreter for each test file. 2010-06-07 17:47:26 +00:00
schema.test Fix an incorrect ALWAYS() macro in vdbeapi.c. Fix the output of a few 2010-02-24 18:40:39 +00:00
schema2.test
schema3.test Remove debugging code from test script. 2010-06-28 11:06:53 +00:00
schema4.test Fix some problems that can occur if a trigger has the same name as another database object. 2010-09-29 07:16:46 +00:00
securedel.test Enhancements to the secure_delete pragma to make it easier to use. 2010-02-12 19:46:26 +00:00
select1.test
select2.test Further refinements to table order selection on join query planning. 2010-04-15 01:04:54 +00:00
select3.test
select4.test
select5.test
select6.test Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1 2010-09-25 22:32:56 +00:00
select7.test Modify the vdbe so that the comparison operator opcodes do not modify the data type of operands. Fix for [aa92c76cd4]. 2010-03-05 16:32:12 +00:00
select8.test
select9.test Change all.test, quick.test and permutations.test so that they use a separate interpreter for each test file. 2010-06-07 17:47:26 +00:00
selectA.test
selectB.test
selectC.test Do not apply the flattening optimization if the sub-query is DISTINCT. Fix for [e4b8a2ba6e]. 2010-08-13 16:38:48 +00:00
server1.test
shared.test Add a test case to shared.test. No changes to production code. 2010-07-23 15:55:31 +00:00
shared2.test Add trivial test case to make sure shared-cache mode does not automatically turn on exclusive-locking mode. 2010-09-15 11:42:04 +00:00
shared3.test Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. 2010-07-08 09:44:42 +00:00
shared4.test
shared6.test
shared7.test
shared_err.test
sharedlock.test
shortread1.test
sidedelete.test Fix (make test) with SQLITE_OMIT_COMPOUND_SELECT. Ticket #3235. (CVS 5530) 2008-08-04 03:51:24 +00:00
soak.test Change all.test, quick.test and permutations.test so that they use a separate interpreter for each test file. 2010-06-07 17:47:26 +00:00
softheap1.test Refactor some of the global variables and commands used by tester.tcl. 2010-06-07 14:28:16 +00:00
sort.test
speed1.test
speed1p.explain
speed1p.test
speed2.test
speed3.test
speed4.test
speed4p.explain
speed4p.test
sqllimits1.test
stat.test Fix a couple of test files so that they work with DEFAULT_AUTOVACUUM. 2010-09-13 14:38:19 +00:00
stmt.test Changes to test scripts to work with SQLITE_TEMP_STORE=2. 2010-09-20 14:55:33 +00:00
subquery.test
subselect.test
substr.test
superlock.test Change blocking-checkpoint tests so that they run once using "PRAGMA wal_checkpoint" and once using calls to sqlite3_wal_checkpoint_v2(). Also fix edge cases surrounding the output variables set by wal_checkpoint_v2(). 2011-02-07 15:12:12 +00:00
sync.test Updates to test code in os_win to bring winSync inline with unixSync (test code only). 2011-04-15 20:18:40 +00:00
syscall.test Fix a benign inaccuracy in the os_unix.c SQLITE_FCNTL_SIZE_HINT code. 2011-04-06 19:15:45 +00:00
sysfault.test In os_unix.c, do not return SQLITE_BUSY to SQLite following an error in fcntl(F_UNLCK), regardless of the value of errno. 2011-04-01 11:56:32 +00:00
table.test Unset some global TCL variables prior to use in test where prior tests can 2010-05-03 19:20:46 +00:00
tableapi.test Fix problem with tableapi.test on Windows. 2011-03-24 17:37:24 +00:00
tclsqlite.test Change all.test, quick.test and permutations.test so that they use a separate interpreter for each test file. 2010-06-07 17:47:26 +00:00
tempdb.test Changes to test scripts to work with SQLITE_TEMP_STORE=2. 2010-09-20 14:55:33 +00:00
temptable.test
temptrigger.test
tester.tcl Changes to various test scripts so that they pass on windows. 2011-05-05 19:44:22 +00:00
thread001.test
thread1.test Avoid running thread1.test or thread2.test if SQLITE_MUTEX_NOOP is defined. 2011-04-07 14:05:47 +00:00
thread002.test
thread2.test Avoid running thread1.test or thread2.test if SQLITE_MUTEX_NOOP is defined. 2011-04-07 14:05:47 +00:00
thread003.test
thread004.test
thread005.test
thread_common.tcl Do not run multi-threaded Tcl tests if the library was built with SQLITE_MUTEX_NOOP defined. 2011-04-07 10:09:00 +00:00
threadtest1.c
threadtest2.c
threadtest3.c Add file test/tt3_checkpoint.c that adds a multi-threaded test for blocking checkpoints to threadtest3. 2010-11-19 09:58:11 +00:00
tkt-02a8e81d44.test Disable query flattening when the outer query is a compound SELECT and 2010-04-15 23:24:29 +00:00
tkt-2ea2425d34.test Do not reuse function parameters in subsequent expressions since the 2009-09-03 01:18:00 +00:00
tkt-3fe897352e.test Minor changes to test scripts to support various SQLITE_OMIT options. 2009-12-31 19:48:29 +00:00
tkt-4a03edc4c8.test
tkt-5d863f876e.test Add a test case demonstrating the problem described by ticket [5d863f876e]. 2011-01-15 16:52:10 +00:00
tkt-5e10420e8d.test Fix for ticket [5e10420e8d]. 2010-08-23 15:41:24 +00:00
tkt-5ee23731f.test Fix a typo in the test script added for ticket [5ee23731f15]. 2009-10-13 18:49:53 +00:00
tkt-9d68c883.test Some changes to test scripts related to codec enabled versions of sqlite. 2010-06-22 13:46:43 +00:00
tkt-26ff0c2d1e.test Remove the OP_Variable optimization of check-in [48b77b04935d894] since it 2010-05-12 13:50:23 +00:00
tkt-38cb5df375.test Fix long-standing bugs with the handling of LIMIT clausing in 2010-10-06 18:55:37 +00:00
tkt-78e04e52ea.test Change the EXPLAIN QUERY PLAN output to use "USING INDEX" instead of "BY INDEX", and to use "SEARCH" instead of "SCAN" for loops that are not full-table scans. 2010-11-13 16:42:27 +00:00
tkt-80ba201079.test Add tests to tkt-80ba201079.test. 2010-12-07 07:57:49 +00:00
tkt-80e031a00f.test Additional test cases and evidence marks for the empty RHS bug on the IN 2010-07-14 19:31:07 +00:00
tkt-94c04eaadb.test Reset the state of the asynchronous IO module at the end of the tkt-94c04eaadb.test script. 2009-12-04 08:40:59 +00:00
tkt-752e1646fc.test Skip flattening if subquery has LIMIT and outer query is DISTINCT. Fix for ticket 752e1646fc. 2011-02-11 20:52:20 +00:00
tkt-8454a207b9.test Fix the handling of default values for ALTER TABLE ADD COLUMN columns so 2010-09-30 14:48:06 +00:00
tkt-31338dca7e.test Ensure WHERE clause terms involving tables on the right end of a join 2009-12-16 22:10:49 +00:00
tkt-313723c356.test Add a test case to verify that bug [313723c356] has been fixed. 2010-09-20 08:47:01 +00:00
tkt-3998683a16.test Do correct affinity transformations on floating point values which have 2010-09-30 17:33:11 +00:00
tkt-b351d95f9.test Test case and fix for the specific failure of ticket [b351d95f9cd5ef17e9d9dbae]. 2010-09-28 04:14:03 +00:00
tkt-b72787b1.test When a stale schema-cookie is seen, expire only the one statement that 2011-02-22 03:34:56 +00:00
tkt-cbd054fa6b.test Fix OOM error on ANALYZE with STAT2 enabled with zero-length data. Ticket [cbd054fa6b]. 2010-03-26 01:54:33 +00:00
tkt-d11f09d36e.test Remove debugging code from test script. 2010-06-28 11:06:53 +00:00
tkt-d82e3f3721.test Rename tkt-d82e3f3721.txt to use the (correct) .test suffix. 2009-12-12 13:58:18 +00:00
tkt-f3e5abed55.test Fix a couple of test script problems. 2010-10-04 16:06:11 +00:00
tkt-f7b4edec.test Add a test case to verify that ticket [f7b4edece25c994857] is fixed. 2011-03-19 02:04:02 +00:00
tkt-f973c7ac31.test Fix for ticket [f973c7ac31]. 2010-06-09 15:47:11 +00:00
tkt-f777251dc7a.test Experimental fix for [f777251dc7]. This may be changed yet. 2009-10-16 14:55:03 +00:00
tkt-fc62af4523.test Fix the tkt-fc62af4523.test to work around non-randomness of the 2010-06-17 16:08:53 +00:00
tkt35xx.test
tkt1435.test
tkt1443.test
tkt1444.test
tkt1449.test
tkt1473.test
tkt1501.test
tkt1512.test
tkt1514.test
tkt1536.test
tkt1537.test
tkt1567.test
tkt1644.test
tkt1667.test Disable the legacy "sqlite" command in the TCL interface. Provide only 2010-08-25 19:39:19 +00:00
tkt1873.test
tkt2141.test
tkt2192.test
tkt2213.test
tkt2251.test
tkt2285.test
tkt2332.test
tkt2339.test
tkt2391.test
tkt2409.test
tkt2450.test
tkt2565.test
tkt2640.test
tkt2643.test
tkt2686.test
tkt2767.test
tkt2817.test
tkt2820.test
tkt2822.test
tkt2832.test
tkt2854.test
tkt2920.test
tkt2927.test
tkt2942.test
tkt3080.test
tkt3093.test
tkt3121.test
tkt3201.test
tkt3292.test
tkt3298.test
tkt3334.test
tkt3346.test
tkt3357.test
tkt3419.test
tkt3424.test
tkt3442.test Change the EXPLAIN QUERY PLAN output to use "USING INDEX" instead of "BY INDEX", and to use "SEARCH" instead of "SCAN" for loops that are not full-table scans. 2010-11-13 16:42:27 +00:00
tkt3457.test
tkt3461.test
tkt3493.test
tkt3508.test
tkt3522.test
tkt3527.test
tkt3541.test
tkt3554.test
tkt3581.test
tkt3630.test
tkt3718.test
tkt3731.test
tkt3757.test Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1 2010-09-25 22:32:56 +00:00
tkt3761.test
tkt3762.test
tkt3773.test
tkt3791.test
tkt3793.test
tkt3810.test
tkt3824.test Allow an index paired with a NOT NULL constraint to be used for sorting 2011-02-11 03:56:11 +00:00
tkt3832.test
tkt3838.test Changes to various test scripts so that they pass on windows. 2011-05-05 19:44:22 +00:00
tkt3841.test
tkt3871.test
tkt3879.test
tkt3911.test
tkt3918.test
tkt3922.test Changes to various test scripts so that they pass on windows. 2011-05-05 19:44:22 +00:00
tkt3929.test
tkt3935.test
tkt3992.test Various fixes so that "make test" works with OMIT_FOREIGN_KEY, OMIT_TRIGGER and OMIT_ALTER_TABLE. 2009-09-29 06:33:23 +00:00
tkt3997.test
tkt4018.test
tokenize.test
trace.test Fixed some TCL test cases to work if SQLITE_OMIT_TRIGGER is defined. 2009-12-17 22:12:51 +00:00
trace2.test Add virtual table module "fts4aux", used to inspect the full-text index of an fts4 table directly. Also add the "compress" and "uncompress" fts4 options. 2011-02-01 16:34:32 +00:00
trans.test Fix problems with running the async.test script. 2010-07-13 07:38:51 +00:00
trans2.test
trans3.test
trigger1.test
trigger2.test
trigger3.test
trigger4.test
trigger5.test
trigger6.test
trigger7.test Changes to test scripts so that the "inmemory_journal" permutation works with [ef126e775a]. 2010-07-08 09:44:42 +00:00
trigger8.test
trigger9.test
triggerA.test Further refinements to table order selection on join query planning. 2010-04-15 01:04:54 +00:00
triggerB.test
triggerC.test Adjust some test cases in triggerC.test to handle non-default SQLITE_MAX_TRIGGER_DEPTH settings. 2011-04-17 00:55:13 +00:00
triggerD.test When creating a trigger on a main database table when there is a TEMP table 2010-02-15 16:54:55 +00:00
tt3_checkpoint.c Add file test/tt3_checkpoint.c that adds a multi-threaded test for blocking checkpoints to threadtest3. 2010-11-19 09:58:11 +00:00
types.test Remove the sqlite3BtreeFactor() wrapper routine. All modules now call 2010-08-30 15:02:28 +00:00
types2.test
types3.test
unique.test
unixexcl.test Further tests for os_unix.c. 2011-03-30 19:08:03 +00:00
unordered.test Do not do full table scans of unordered indices. 2011-04-15 14:46:27 +00:00
update.test
uri.test Have flags passed to sqlite3_open_v2() apply to the main and any attached databases. And change things so that any "mode=xxx" or "cache=xxx" options specified as part of a URI for the main database do not also apply to attached databases. 2011-05-10 18:39:10 +00:00
utf16align.test
vacuum.test Minor additions to vacuum.test. 2010-11-15 11:35:50 +00:00
vacuum2.test Add "do_not_use_codec" logic to some of the TCL based test cases that read/write directly to the DB. 2011-02-16 01:23:50 +00:00
vacuum3.test
vacuum4.test Fix an assertion-fault/segfault problem that comes up when trying to 2010-02-22 23:17:42 +00:00
varint.test
veryquick.test Changes to the way tcl test scripts work. No changes to production code. 2010-06-15 06:56:37 +00:00
view.test
vtab1.test Fix some segfaults that could occur in obscure circumstances where error messages contained characters that could be mistaken for printf format specifiers. 2010-10-21 15:12:44 +00:00
vtab2.test
vtab3.test
vtab4.test
vtab5.test Various fixes so that "make test" works with OMIT_FOREIGN_KEY, OMIT_TRIGGER and OMIT_ALTER_TABLE. 2009-09-29 06:33:23 +00:00
vtab6.test
vtab7.test
vtab8.test Handle the case where the estimated cost of a virtual table scan is larger than SQLITE_BIG_DBL. Ticket #2253. (CVS 3670) 2007-03-02 08:12:22 +00:00
vtab9.test
vtabA.test Fix an assertion fault that occurs when two different virtual tables are 2010-02-24 15:10:14 +00:00
vtabB.test
vtabC.test
vtabD.test
vtabE.test Make sure registers computed for the VFilter opcode are marked invalid 2009-11-23 21:23:45 +00:00
vtab_alter.test Various fixes so that "make test" works with OMIT_FOREIGN_KEY, OMIT_TRIGGER and OMIT_ALTER_TABLE. 2009-09-29 06:33:23 +00:00
vtab_err.test Enable threadsafe builds by default in configure. Ticket #2606. 2007-09-03 16:12:09 +00:00
vtab_shared.test Various fixes so that "make test" works with OMIT_FOREIGN_KEY, OMIT_TRIGGER and OMIT_ALTER_TABLE. 2009-09-29 06:33:23 +00:00
wal.test Fix test script attach4.test so that it works with type 1 VFS implementations (no wal). And wal.test so that it work with a small default pager cache size. 2011-04-07 05:17:32 +00:00
wal2.test Updates to test code in os_win to bring winSync inline with unixSync (test code only). 2011-04-15 20:18:40 +00:00
wal3.test Changes to wal tests so that they work with DEFAULT_AUTOVACUUM defined. 2011-04-01 19:14:40 +00:00
wal4.test Fix a problem with wal4.test caused by changes in the previous checkin. 2010-07-16 11:10:25 +00:00
wal5.test Changes to wal tests so that they work with DEFAULT_AUTOVACUUM defined. 2011-04-01 19:14:40 +00:00
wal6.test Added TCL test case for converting to WAL mode with multiple connections. 2010-12-01 20:49:42 +00:00
wal7.test Enhance WAL mode so that the WAL file honors the journal size limit set 2011-05-16 21:00:27 +00:00
wal_common.tcl Add experimental command "PRAGMA wal_blocking_checkpoint", which uses the busy-handler to block until all readers have finished in order to ensure the next writer will be able to wrap around to the start of the log file. 2010-11-16 18:56:51 +00:00
walbak.test Do not attempt to open a WAL file for an in-memory or temporary database. Even if the database header suggests that it is a WAL database. 2010-07-03 08:01:24 +00:00
walbig.test Fix a problem with writing to databases larger than 2^32 bytes with WAL mode. 2010-07-07 09:48:44 +00:00
walcksum.test Add a version number to the wal-index header. If SQLite encounters a version number in either the wal or wal-index files that it does not understand, the operation is abandoned and SQLITE_CANTOPEN returned. 2010-06-23 15:55:43 +00:00
walcrash.test Fix test case number issue in walcrash.test. 2010-07-08 16:22:05 +00:00
walcrash2.test Add a version number to the wal-index header. If SQLite encounters a version number in either the wal or wal-index files that it does not understand, the operation is abandoned and SQLITE_CANTOPEN returned. 2010-06-23 15:55:43 +00:00
walfault.test Fix additional test cases so that they work with DEFAULT_AUTOVACUUM. 2011-04-02 06:44:38 +00:00
walhook.test Add a version number to the wal-index header. If SQLite encounters a version number in either the wal or wal-index files that it does not understand, the operation is abandoned and SQLITE_CANTOPEN returned. 2010-06-23 15:55:43 +00:00
walmode.test Fix walmode.test so that all tests pass with SQLITE_TEMP_STORE=3. 2010-09-13 19:03:38 +00:00
walnoshm.test Add test cases to restore coverage of pager.c and wal.c. 2010-11-01 18:45:08 +00:00
walshared.test Changes to support building with SQLITE_OMIT_WAL. 2010-08-24 18:35:12 +00:00
walslow.test Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "PRAGMA wal_checkpoint". 2010-05-03 11:05:08 +00:00
walthread.test If an attempt to get a read-lock on the WAL fails with SQLITE_BUSY_RECOVER, call the busy-handler at the btree level. 2010-06-01 14:12:45 +00:00
where.test
where2.test Avoid assertion faults in queries using indices with redundant columns. 2010-04-30 21:03:24 +00:00
where3.test Do not generate sqlite_stat1 entries for empty tables when running 2011-03-30 14:54:05 +00:00
where4.test
where5.test
where6.test Make sure the ON clause of a LEFT JOIN does not cause an index to be 2010-02-25 04:15:47 +00:00
where7.test Change the EXPLAIN QUERY PLAN output to use "USING INDEX" instead of "BY INDEX", and to use "SEARCH" instead of "SCAN" for loops that are not full-table scans. 2010-11-13 16:42:27 +00:00
where8.test Further refinements to table order selection on join query planning. 2010-04-15 01:04:54 +00:00
where8m.test
where9.test Change the weighting of binary searches on tables to 1/10th the cost of a 2011-01-28 01:57:41 +00:00
whereA.test Make sure internal queries are well ordered, even when the 2010-01-12 23:54:14 +00:00
whereB.test
wherelimit.test
zeroblob.test