1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix test script bugs in the thread002.test and thread_common.tcl. (CVS 6352)

FossilOrigin-Name: d137e841ce90be92f4c18218f35d22e3a06b0f14
This commit is contained in:
drh
2009-03-17 15:39:31 +00:00
parent 1f4969a117
commit 3ded8d6f2a
4 changed files with 13 additions and 13 deletions

View File

@ -12,7 +12,7 @@
# This test attempts to deadlock SQLite in shared-cache mode.
#
#
# $Id: thread002.test,v 1.7 2009/03/16 17:07:57 drh Exp $
# $Id: thread002.test,v 1.8 2009/03/17 15:39:31 drh Exp $
set testdir [file dirname $argv0]
@ -63,8 +63,8 @@ set thread_program {
execsql { SELECT * FROM aux3.t1 }
execsql { INSERT INTO aux3.t1(v) SELECT sum(v) FROM aux1.t1 }
execsql { CREATE TABLE aux1.t2(a,b) }
execsql { DROP TABLE aux1.t2 }
execsql { CREATE TABLE IF NOT EXISTS aux1.t2(a,b) }
execsql { DROP TABLE IF EXISTS aux1.t2 }
# if {($ii%10)==0} {puts -nonewline . ; flush stdout}
puts -nonewline . ; flush stdout