mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
In sqlite3_table_column_metadata(), hold the mutex on all attached BtShared objects while accessing schema objects. Fix for #3679. (CVS 6328)
FossilOrigin-Name: d197afd658eecfc0e24913e5a779c8f1e2a138a6
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#***********************************************************************
|
||||
# This file runs all tests.
|
||||
#
|
||||
# $Id: quick.test,v 1.92 2009/02/03 16:51:25 danielk1977 Exp $
|
||||
# $Id: quick.test,v 1.93 2009/02/26 07:15:59 danielk1977 Exp $
|
||||
|
||||
proc lshift {lvar} {
|
||||
upvar $lvar l
|
||||
@ -85,6 +85,7 @@ set EXCLUDE {
|
||||
thread001.test
|
||||
thread002.test
|
||||
thread003.test
|
||||
thread004.test
|
||||
trans2.test
|
||||
vacuum3.test
|
||||
|
||||
|
Reference in New Issue
Block a user