1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Update an r-tree test to account for changes in the query planner.

FossilOrigin-Name: e5ce66d40bd68dc014071f7830112fa3b1d72948
This commit is contained in:
dan
2009-09-10 18:26:05 +00:00
parent cca2de4be7
commit 17458718b2
3 changed files with 8 additions and 8 deletions

View File

@ -96,8 +96,8 @@ do_test rtree6.2.3 {
do_test rtree6.2.4 {
query_plan {SELECT * FROM t1,t2 WHERE v=10 and x1<10 and x2>10}
} [list \
{TABLE t2} \
{TABLE t1 VIRTUAL TABLE INDEX 2:CaEb} \
{TABLE t2} \
]
do_test rtree6.2.5 {