1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Experimental multi-threaded sorting changes to allow the sorter to begin returning items to the VDBE before all data is sorted.

FossilOrigin-Name: f9d5e09afaf64d68a0e461c1c2f38179bcea4b1f
This commit is contained in:
dan
2014-04-09 20:04:17 +00:00
parent bf20a35d5f
commit d30ab3d9dd
4 changed files with 348 additions and 122 deletions

View File

@ -47,6 +47,12 @@ do_execsql_test 2.2 {
CREATE UNIQUE INDEX i1 ON t1(b, a);
}
do_execsql_test 2.3 {
CREATE UNIQUE INDEX i2 ON t1(a);
}
do_execsql_test 2.4 { PRAGMA integrity_check } {ok}
db close
sqlite3_shutdown
sqlite3_config_worker_threads 0