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:
@ -758,6 +758,10 @@ if {[info commands register_demovfs] != ""} {
|
||||
|
||||
run_tests "wal" -description {
|
||||
Run tests with journal_mode=WAL
|
||||
} -initialize {
|
||||
set ::savepoint6_iterations 100
|
||||
} -shutdown {
|
||||
unset -nocomplain ::savepoint6_iterations
|
||||
} -include {
|
||||
savepoint.test
|
||||
savepoint2.test
|
||||
|
Reference in New Issue
Block a user