mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-30 22:11:14 +00:00
upstream 3.7.9
This commit is contained in:
+4
-4
@@ -40,7 +40,7 @@ do_test thread003.1.2 {
|
||||
} {1}
|
||||
do_test thread003.1.3 {
|
||||
db close
|
||||
file delete -force test2.db
|
||||
forcedelete test2.db
|
||||
sqlite3 db test2.db
|
||||
} {}
|
||||
do_test thread003.1.4 {
|
||||
@@ -80,7 +80,7 @@ do_test thread003.2 {
|
||||
foreach zFile {test.db test2.db} {
|
||||
set SCRIPT [format {
|
||||
set iEnd [expr {[clock_seconds] + %d}]
|
||||
set ::DB [sqlthread open %s]
|
||||
set ::DB [sqlthread open %s xyzzy]
|
||||
|
||||
# Set the cache size to 15 pages per cache. 30 available globally.
|
||||
execsql { PRAGMA cache_size = 15 }
|
||||
@@ -117,7 +117,7 @@ do_test thread003.3 {
|
||||
set SCRIPT [format {
|
||||
set iStart [clock_seconds]
|
||||
set iEnd [expr {[clock_seconds] + %d}]
|
||||
set ::DB [sqlthread open %s]
|
||||
set ::DB [sqlthread open %s xyzzy]
|
||||
|
||||
# Set the cache size to 15 pages per cache. 30 available globally.
|
||||
execsql { PRAGMA cache_size = 15 }
|
||||
@@ -156,7 +156,7 @@ unset -nocomplain finished(2)
|
||||
do_test thread003.4 {
|
||||
thread_spawn finished(1) $thread_procs [format {
|
||||
set iEnd [expr {[clock_seconds] + %d}]
|
||||
set ::DB [sqlthread open test.db]
|
||||
set ::DB [sqlthread open test.db xyzzy]
|
||||
|
||||
# Set the cache size to 15 pages per cache. 30 available globally.
|
||||
execsql { PRAGMA cache_size = 15 }
|
||||
|
||||
Reference in New Issue
Block a user