1
0
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:
dan
2023-01-12 15:30:02 +00:00
parent 43fa1a5e08
commit d157dda00b
5 changed files with 77 additions and 14 deletions

View File

@@ -226,6 +226,9 @@ foreach {tn nRepeat oplist} {
# }
}
catch { db close }
sqlite3_shutdown
test_sqlite3_log
finish_test