mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix a problem with sub-queries and the flattening optimization. Also handle an extra case of database corruption. (CVS 2324)
FossilOrigin-Name: f7858d8830cdd0f57b8f9bc73068d29a7062b8ac
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
# This file implements some common TCL routines used for regression
|
||||
# testing the SQLite library
|
||||
#
|
||||
# $Id: tester.tcl,v 1.47 2005/01/24 10:26:00 danielk1977 Exp $
|
||||
# $Id: tester.tcl,v 1.48 2005/02/12 08:59:59 danielk1977 Exp $
|
||||
|
||||
# Make sure tclsqlite3 was compiled correctly. Abort now with an
|
||||
# error message if not.
|
||||
@ -303,9 +303,6 @@ proc crashsql {crashdelay crashfile sql} {
|
||||
#
|
||||
proc do_ioerr_test {testname args} {
|
||||
|
||||
if {$testname=="ioerr-2"} {
|
||||
breakpoint
|
||||
}
|
||||
set ::ioerropts(-start) 1
|
||||
set ::ioerropts(-cksum) 0
|
||||
|
||||
|
Reference in New Issue
Block a user