]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move the definitions of the WhereLevel and WhereInfo objects out of
authordrh <drh@noemail.net>
Wed, 5 Jun 2013 23:39:34 +0000 (23:39 +0000)
committerdrh <drh@noemail.net>
Wed, 5 Jun 2013 23:39:34 +0000 (23:39 +0000)
commit6f32848d619dbcd0ca213b2c815bc39bb6587986
tree7c2efe4f12f90e756367f0522ede784da83098df
parent783dece5d67533c564215c295f66e8dcb3feb006
Move the definitions of the WhereLevel and WhereInfo objects out of
sqliteInt.h and into where.c.  This will facilitate future refactoring
of the internal query planner data structures.

FossilOrigin-Name: 1574653b9b4522b489d4c62d9cf70166bb3bddfd
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/update.c
src/where.c