aboutsummaryrefslogtreecommitdiff
path: root/test/autoindex3.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/autoindex3.test')
-rw-r--r--test/autoindex3.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/autoindex3.test b/test/autoindex3.test
index c99a175c6..9dcf2491f 100644
--- a/test/autoindex3.test
+++ b/test/autoindex3.test
@@ -84,8 +84,9 @@ do_execsql_test 210 {
do_eqp_test 220 {
select count(*) from u, v where u.b = v.b and v.e > 34;
} {
- 0 0 1 {SEARCH TABLE v USING INDEX ve (e>?)}
- 0 1 0 {SEARCH TABLE u USING AUTOMATIC COVERING INDEX (b=?)}
+ QUERY PLAN
+ |--SEARCH TABLE v USING INDEX ve (e>?)
+ `--SEARCH TABLE u USING AUTOMATIC COVERING INDEX (b=?)
}