aboutsummaryrefslogtreecommitdiff
path: root/test/fts3join.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fts3join.test')
-rw-r--r--test/fts3join.test8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/fts3join.test b/test/fts3join.test
index 0eb7f47c6..f3b9b3639 100644
--- a/test/fts3join.test
+++ b/test/fts3join.test
@@ -96,9 +96,11 @@ do_eqp_test 4.2 {
) AS rr ON t4.rowid=rr.docid
WHERE t4.y = ?;
} {
- 1 0 0 {SCAN TABLE ft4 VIRTUAL TABLE INDEX 3:}
- 0 0 0 {SCAN TABLE t4}
- 0 1 1 {SEARCH SUBQUERY 1 AS rr USING AUTOMATIC COVERING INDEX (docid=?)}
+ QUERY PLAN
+ |--MATERIALIZE xxxxxx
+ | `--SCAN TABLE ft4 VIRTUAL TABLE INDEX 3:
+ |--SCAN TABLE t4
+ `--SEARCH SUBQUERY xxxxxx AS rr USING AUTOMATIC COVERING INDEX (docid=?)
}
finish_test