]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the SQLITE_ENABLE_TREE_EXPLAIN compile-time option. Add alternative
authordrh <drh@noemail.net>
Tue, 30 Sep 2014 12:33:33 +0000 (12:33 +0000)
committerdrh <drh@noemail.net>
Tue, 30 Sep 2014 12:33:33 +0000 (12:33 +0000)
commit4fa4a54f7eb58c465186cac6fe9ab4f5cbddbc12
tree9141c7914598f4283f32582a2eb3f9a299c7dd09
parent39c4b82b5a82977db329f688ebf4bf0a2d901ec1
Remove the SQLITE_ENABLE_TREE_EXPLAIN compile-time option.  Add alternative
debugging display routines: sqlite3TreeViewExpr(), sqlite3TreeViewExprList(),
and sqlite3TreeViewSelect().

FossilOrigin-Name: 4ff51325d6b41d0c59e303b573700ec80c51d216
14 files changed:
manifest
manifest.uuid
src/expr.c
src/main.c
src/parse.y
src/printf.c
src/select.c
src/shell.c
src/sqlite.h.in
src/sqliteInt.h
src/vdbeInt.h
src/vdbeaux.c
src/vdbetrace.c
src/where.c