]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Reduce the size of Expr from 80 to 72 bytes moving the pRight field inside the
authordrh <drh@noemail.net>
Wed, 19 Sep 2018 14:54:38 +0000 (14:54 +0000)
committerdrh <drh@noemail.net>
Wed, 19 Sep 2018 14:54:38 +0000 (14:54 +0000)
commit3d6bedf14f4ffac622c65cad08a129db90db204b
treef0d0a9b691d696aa5ae417c7e260c28162bad783
parent12b0fabde2463212a28f88df07cf79ee5fb32efd
Reduce the size of Expr from 80 to 72 bytes moving the pRight field inside the
"x" union.  This is an incremental check-in that still has issues.

FossilOrigin-Name: 147c61a6d4b2a17d6c1da3584e3f29f2bc441e81fbea9d19110a9169c38fbd5f
14 files changed:
manifest
manifest.uuid
src/attach.c
src/expr.c
src/parse.y
src/resolve.c
src/select.c
src/sqliteInt.h
src/treeview.c
src/vdbeaux.c
src/walker.c
src/where.c
src/wherecode.c
src/whereexpr.c