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

Have test_vfs.c simulate IO errors in xShmLock.

FossilOrigin-Name: fcbf7cf189506e43fc2f0820aedffb195038d3a9
This commit is contained in:
dan
2010-06-03 18:20:19 +00:00
parent 05cb5b244b
commit 961ff45104
5 changed files with 40 additions and 24 deletions

View File

@ -72,11 +72,6 @@ for {set i 0} {$i<[llength $argv]} {incr i} {
}
proc ostrace_call {zCall nClick zFile i32 i64} {
set s "INSERT INTO ostrace VALUES('$zCall', $nClick, '$zFile', $i32, $i64);"
puts $::ostrace_fd $s
}
for {set i 0} {$i<[llength $argv]} {incr i} {
if {[lindex $argv $i] eq "--binarylog"} {
set tester_do_binarylog 1