aboutsummaryrefslogtreecommitdiff
path: root/test/bigmmap.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/bigmmap.test')
-rw-r--r--test/bigmmap.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/bigmmap.test b/test/bigmmap.test
index 9284bda37..7da1df247 100644
--- a/test/bigmmap.test
+++ b/test/bigmmap.test
@@ -92,13 +92,13 @@ for {set i 0} {$i < 9} {incr i} {
SELECT * FROM t$t AS o WHERE
NOT EXISTS( SELECT * FROM t$t AS i WHERE a=o.a AND +b=o.b AND +c=o.c )
ORDER BY b, c;
- " "
- 0 0 0 {SCAN TABLE t$t AS o USING COVERING INDEX sqlite_autoindex_t${t}_1}
- 0 0 0 {EXECUTE CORRELATED SCALAR SUBQUERY 1}
- 1 0 0 {SEARCH TABLE t$t AS i USING INTEGER PRIMARY KEY (rowid=?)}
- "
+ " [string map {"\n " "\n"} "
+ QUERY PLAN
+ |--SCAN TABLE t$t AS o USING COVERING INDEX sqlite_autoindex_t${t}_1
+ `--CORRELATED SCALAR SUBQUERY
+ `--SEARCH TABLE t$t AS i USING INTEGER PRIMARY KEY (rowid=?)
+ "]
}
}
finish_test
-