1
0
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:
dan
2010-09-15 11:42:04 +00:00
parent 23fb1330ab
commit 2969a58790
5 changed files with 22 additions and 9 deletions

View File

@ -58,6 +58,7 @@ proc do_multiclient_test {varname script} {
code3 { db3 close }
catch { close $::code2_chan }
catch { close $::code3_chan }
catch { db close }
}
}