]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the EP_Leaf flag bit to the Expr.flags field to indicate Expr
authordrh <drh@noemail.net>
Fri, 23 Sep 2016 21:36:24 +0000 (21:36 +0000)
committerdrh <drh@noemail.net>
Fri, 23 Sep 2016 21:36:24 +0000 (21:36 +0000)
commit209bc522b0222a805b12657c7253479756c32ca5
treedc5ff6f1a69f8b96e3dfeabaa1a72c36bf54ce51
parente1c03b62339203d373b12dfcc4b06940f1bbea0c
Add the EP_Leaf flag bit to the Expr.flags field to indicate Expr
nodes that do not have substructure.  Use that bit to avoid unnecessary
recursion.

FossilOrigin-Name: 8a6ea455cd1bf42ae0a7f1f1789baf88d782db13
manifest
manifest.uuid
src/attach.c
src/expr.c
src/parse.y
src/sqliteInt.h
src/walker.c