Rework the rowid lookup logic in the query optimizer to fix various
boundary value problems. Ticket #3536. Renamed the OP_MoveXX opcodes to OP_SeekXX. (CVS 6024) FossilOrigin-Name: e545490a2828f7f703172dda6d2b9f3342dc134a
This commit is contained in:
+7642
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -6,7 +6,7 @@
|
||||
#***********************************************************************
|
||||
# This file runs all tests.
|
||||
#
|
||||
# $Id: quick.test,v 1.88 2008/10/13 14:16:11 drh Exp $
|
||||
# $Id: quick.test,v 1.89 2008/12/12 17:56:16 drh Exp $
|
||||
|
||||
proc lshift {lvar} {
|
||||
upvar $lvar l
|
||||
@@ -47,6 +47,7 @@ set EXCLUDE {
|
||||
async2.test
|
||||
async3.test
|
||||
corrupt.test
|
||||
corruptC.test
|
||||
crash.test
|
||||
crash2.test
|
||||
crash3.test
|
||||
|
||||
Reference in New Issue
Block a user