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

Fixes for the SQLITE_CHECK_PAGES debugging feature.

FossilOrigin-Name: 21a1e5961bba148fda50cc0b7d472ca74f90808a
This commit is contained in:
dan
2010-08-23 18:19:31 +00:00
parent b8077be491
commit 5f848c3a48
4 changed files with 37 additions and 37 deletions

View File

@ -1226,9 +1226,9 @@ do_faultsim_test pagerfault-27 -faults ioerr-persistent -prep {
puts $::channel [string repeat abc 6000]
flush $::channel
} -test {
puts [catchsql { UPDATE t2 SET a = a_string(800), b = a_string(800) }]
catchsql { UPDATE t2 SET a = a_string(800), b = a_string(800) }
catch { close $::channel }
puts [catchsql { ROLLBACK }]
catchsql { ROLLBACK }
faultsim_integrity_check
}