]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rename the SELECTTRACE macro to TREETRACE, so that is corresponds to the new
authordrh <>
Tue, 22 Nov 2022 19:49:16 +0000 (19:49 +0000)
committerdrh <>
Tue, 22 Nov 2022 19:49:16 +0000 (19:49 +0000)
commit5d7aef16bffb21331e7724cf475c18ac8d2d6d0f
tree247d964cdeed1b1d3d13ca36a158ec38adbb1920
parentc9b7d943ad594bcf563b44405d8cea6256d37210
Rename the SELECTTRACE macro to TREETRACE, so that is corresponds to the new
CLI command.  Renumber all of the bits in the bitmask used to enable
various kinds of tracing, and add a trace bitmap decoder in sqliteInt.h.
Changes to debugging logic only.  No (intentional) changes to production code.

FossilOrigin-Name: 8036445a36d9d982c1305935e7e37367bdf9e466b923eb6286b52524802e3ccd
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/window.c