aboutsummaryrefslogtreecommitdiff
path: root/test/expr.test
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2008-12-30 17:55:00 +0000
committerdrh <drh@noemail.net>2008-12-30 17:55:00 +0000
commit04bbcd5ce9c27042acfac89ba9363546f96e22b3 (patch)
tree4b9e526b4f41cce3e1ae05cb3c78c87f93252b12 /test/expr.test
parenteb9441eb06c3f148c4c213e946aeca5d4951ef5d (diff)
downloadsqlite-04bbcd5ce9c27042acfac89ba9363546f96e22b3.tar.gz
sqlite-04bbcd5ce9c27042acfac89ba9363546f96e22b3.zip
Fix a bug in the multi-index OR cost estimator. Remove leftover "breakpoint"
commands from test scripts. (CVS 6086) FossilOrigin-Name: b090d5736d7eaec17a39d3133e1587b1d2a42acb
Diffstat (limited to 'test/expr.test')
-rw-r--r--test/expr.test4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/expr.test b/test/expr.test
index 6cd46f924..e6d188e39 100644
--- a/test/expr.test
+++ b/test/expr.test
@@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this file is testing expressions.
#
-# $Id: expr.test,v 1.65 2008/08/22 16:29:51 drh Exp $
+# $Id: expr.test,v 1.66 2008/12/30 17:55:00 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -606,8 +606,6 @@ test_expr2 expr-7.60 {LIKE('_4',b)} {6}
test_expr2 expr-7.61 {GLOB('1?',a)} {10 11 12 13 14 15 16 17 18 19}
test_expr2 expr-7.62 {GLOB('1*4',b)} {10 14}
test_expr2 expr-7.63 {GLOB('*1[456]',b)} {4}
-
-breakpoint
test_expr2 expr-7.64 {b = abs(-2)} {1}
test_expr2 expr-7.65 {b = abs(+-2)} {1}
test_expr2 expr-7.66 {b = abs(++-2)} {1}