]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Provide the ability to use the SELECTTRACE() debugging macro outside of the
authordrh <drh@noemail.net>
Thu, 11 Jun 2020 00:57:09 +0000 (00:57 +0000)
committerdrh <drh@noemail.net>
Thu, 11 Jun 2020 00:57:09 +0000 (00:57 +0000)
commit9216de8a230b001fd9841bcab5407c941b89ffb0
treeef3d82ff6a4b018247e5ef42d537f9369226beed
parentac4f7cf8d33cd751b150625560e53821f81375d8
Provide the ability to use the SELECTTRACE() debugging macro outside of the
select.c source file.  Use this to add a new SELECTTRACE() entry in
window.c for improved tracing of window-function parse-tree rewriting.

FossilOrigin-Name: 30c6d895b573d5f2a53487b3b7a0d20be7e382c7a0bc87336bd43fbd2fa89bf4
manifest
manifest.uuid
src/global.c
src/select.c
src/sqliteInt.h
src/test1.c
src/window.c