mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Add trivial test case to make sure shared-cache mode does not automatically turn on exclusive-locking mode.
FossilOrigin-Name: a0ab3902f1431c962a5d034647ef3c6876dc0e75
This commit is contained in:
@ -58,6 +58,7 @@ proc do_multiclient_test {varname script} {
|
||||
code3 { db3 close }
|
||||
catch { close $::code2_chan }
|
||||
catch { close $::code3_chan }
|
||||
catch { db close }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user