1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Make calls to sqlite3BtreeRollbackStmt() no-ops when passed a Btree* handle that does not have an open statement transaction. Ticket #3718. (CVS 6342)

FossilOrigin-Name: a1bb1aef0e06140a2d5d5e4b6c10c73ce95c89e0
This commit is contained in:
danielk1977
2009-03-12 14:43:27 +00:00
parent 6fa0fe13f0
commit 20736d82e2
6 changed files with 195 additions and 21 deletions

View File

@ -6,7 +6,7 @@
#***********************************************************************
# This file runs all tests.
#
# $Id: quick.test,v 1.93 2009/02/26 07:15:59 danielk1977 Exp $
# $Id: quick.test,v 1.94 2009/03/12 14:43:28 danielk1977 Exp $
proc lshift {lvar} {
upvar $lvar l
@ -86,6 +86,7 @@ set EXCLUDE {
thread002.test
thread003.test
thread004.test
thread005.test
trans2.test
vacuum3.test