1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +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

@ -1026,6 +1026,7 @@ do_multiclient_test tn {
# (even though it had been removed from the database by the ROLLBACK
# command).
#
sqlite3 db test.db
do_execsql_test savepoint-17.1 {
BEGIN;
CREATE TABLE t6(a, b);