mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Fix a startup race condition that could occur if a wal file grows from 0 bytes while a BEGIN CONCURRENT transaction is running.
FossilOrigin-Name: c1feca4ddaa93fa1cf75e8df061967995a18d726a23f4006d239d3e03c8570df
This commit is contained in:
@@ -226,6 +226,9 @@ foreach {tn nRepeat oplist} {
|
||||
# }
|
||||
}
|
||||
|
||||
catch { db close }
|
||||
sqlite3_shutdown
|
||||
test_sqlite3_log
|
||||
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user