mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Account for read-uncommitted cursors in sqlite3BtreeClearTable(). (CVS 2977)
FossilOrigin-Name: 950798326860de40926e82e10134f09e6ea86245
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#
|
||||
#***********************************************************************
|
||||
#
|
||||
# $Id: shared.test,v 1.18 2006/01/19 07:18:15 danielk1977 Exp $
|
||||
# $Id: shared.test,v 1.19 2006/01/19 08:43:32 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@ -60,6 +60,9 @@ incr av
|
||||
# are attached in different orders to different handles.
|
||||
# shared-6.*: Locking, UNION ALL queries and sub-queries.
|
||||
# shared-7.*: Autovacuum and shared-cache.
|
||||
# shared-8.*: Tests related to the text encoding of shared-cache databases.
|
||||
# shared-9.*: TEMP triggers and shared-cache databases.
|
||||
# shared-10.*: Tests of sqlite3_close().
|
||||
#
|
||||
|
||||
do_test shared-$av.1.1 {
|
||||
|
Reference in New Issue
Block a user