mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Several releasetest.tcl related fixes to test cases. No code changes.
FossilOrigin-Name: e97d744ba1138e6c4c1fc657c32f4391ea7479f1
This commit is contained in:
@ -580,6 +580,7 @@ do_test io-6.1 {
|
||||
execsql {
|
||||
PRAGMA mmap_size = 0;
|
||||
PRAGMA page_size = 1024;
|
||||
PRAGMA cache_size = 2000;
|
||||
CREATE TABLE t1(x);
|
||||
CREATE TABLE t2(x);
|
||||
CREATE TABLE t3(x);
|
||||
@ -615,6 +616,7 @@ foreach {tn sql} {
|
||||
db_restore
|
||||
sqlite3 db test.db -vfs devsym
|
||||
execsql {
|
||||
PRAGMA cache_size = 2000;
|
||||
PRAGMA mmap_size = 0;
|
||||
SELECT x FROM t3 ORDER BY rowid;
|
||||
SELECT x FROM t3 ORDER BY x;
|
||||
|
Reference in New Issue
Block a user