]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improvements to EXPLAIN QUERY PLAN formatting. The MULTI-INDEX OR now shows
authordrh <drh@noemail.net>
Mon, 24 Dec 2018 20:21:06 +0000 (20:21 +0000)
committerdrh <drh@noemail.net>
Mon, 24 Dec 2018 20:21:06 +0000 (20:21 +0000)
commitbd462bcc10bb1545d39359ff29cb521819ab656d
treefca095cfaad919a152ed5c1a89fa5d8937a1b789
parenta599e150caa88cfc9a7c27cf7bd79fe93b8ea7d8
Improvements to EXPLAIN QUERY PLAN formatting.  The MULTI-INDEX OR now shows
a separate "INDEX" subtree for each index.  SCALAR SUBQUERY entries provide
a subquery number that is related back to the .selecttrace output.

FossilOrigin-Name: 7153552bac51295c56a1c42ca79d57195851e232509f9e9610375692f48c7e86
17 files changed:
ext/expert/expert1.test
manifest
manifest.uuid
src/expr.c
src/vdbe.h
src/vdbeaux.c
src/wherecode.c
test/autoindex1.test
test/bestindex3.test
test/cost.test
test/eqp.test
test/join5.test
test/tkt-80ba201079.test
test/where7.test
test/where9.test
test/whereI.test
test/with3.test