]> git.ipfire.org Git - thirdparty/sqlite.git/commit
This check-in attempts to make the SrcItem object smaller by combining the failed-opt-attempt
authordrh <>
Mon, 24 Oct 2022 21:58:51 +0000 (21:58 +0000)
committerdrh <>
Mon, 24 Oct 2022 21:58:51 +0000 (21:58 +0000)
commit2a36a83ad4d517f5facf9c03e6eb3d8669323fe3
treeb64fdb4c431fd3761eef35f90b8cf38973dff46d
parent7704a535d094d7520ab4893bdf83e5bd9e67e892
This check-in attempts to make the SrcItem object smaller by combining the
zDatabase and pSchema fields into a single union.  It mostly works, but there
are some issues, and the performance savings is minimal.  So it is side-tracked
onto this dead-end branch.

FossilOrigin-Name: 80fbb30f28c8a468d71a367968bb0c4b17cbc8080dff333a359fea09e9907550
manifest
manifest.uuid
src/attach.c
src/build.c
src/delete.c
src/expr.c
src/parse.y
src/printf.c
src/select.c
src/sqliteInt.h
src/trigger.c