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

Fix a problem that occurs when one process causes the log-summary file to grow and then a second process attempts to read the database.

FossilOrigin-Name: b51a5f8bc660616aa264025dd7ad4bdab458814b
This commit is contained in:
dan
2010-04-27 05:42:32 +00:00
parent 29d4beccc0
commit 31f98fc8e4
8 changed files with 110 additions and 50 deletions

View File

@ -24,6 +24,7 @@ proc launch_testfixture {} {
}
set chan [open "|$prg tf_main.tcl" r+]
fconfigure $chan -buffering line
testfixture $chan "sqlite3_test_control_pending_byte $::sqlite_pending_byte"
return $chan
}