]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enable query planner tracing using the new (and undocumented) ".wheretrace 1"
authordrh <drh@noemail.net>
Fri, 21 Sep 2012 22:50:45 +0000 (22:50 +0000)
committerdrh <drh@noemail.net>
Fri, 21 Sep 2012 22:50:45 +0000 (22:50 +0000)
commitcef4fc89c49cb9173abd33ed7b495e98aa363d5c
treea37b8deee093059873b2b2004a4beabd4ba001a1
parent078b1fda3421c3ea7b922ab40646c8a2d8063dda
Enable query planner tracing using the new (and undocumented) ".wheretrace 1"
command in the command-line shell if both the shell and the core are
compiled with SQLITE_DEBUG and SQLITE_ENABLE_WHERETRACE.  This is not a
supported API. Use for testing and debugging only.

FossilOrigin-Name: 1be4b16b9e900181ae6848f2920ea646f407c9dc
manifest
manifest.uuid
src/shell.c
src/where.c