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

Fix a problem in test file bigmmap.test.

FossilOrigin-Name: d8e47382160e98be646ce3ba568578493088d1bb11d513ded3e00b576fb07f06
This commit is contained in:
dan
2020-08-19 15:21:52 +00:00
parent 9191c702fc
commit fce445b8fa
3 changed files with 9 additions and 9 deletions

View File

@ -95,7 +95,7 @@ for {set i 0} {$i < 9} {incr i} {
" [string map {"\n " "\n"} "
QUERY PLAN
|--SCAN TABLE t$t AS o USING COVERING INDEX sqlite_autoindex_t${t}_1
`--CORRELATED SCALAR SUBQUERY
`--CORRELATED SCALAR SUBQUERY xxxxxx
`--SEARCH TABLE t$t AS i USING INTEGER PRIMARY KEY (rowid=?)
"]
}