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