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:
@ -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
|
||||
|
Reference in New Issue
Block a user