]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Split out the bulk of the actual VDBE code generation logic from where.c
authordrh <drh@noemail.net>
Sat, 6 Jun 2015 20:12:09 +0000 (20:12 +0000)
committerdrh <drh@noemail.net>
Sat, 6 Jun 2015 20:12:09 +0000 (20:12 +0000)
commit6f82e85a802742c347275e529202a7fd22cdfcbe
treede8960e06c497c4d126d8db6bef314a46d90aee2
parentb121dd14ac5a2675f439b72700fd8f9162510fc9
Split out the bulk of the actual VDBE code generation logic from where.c
into a new file, leaving behind the analysis logic.  This makes the original
where.c smaller and hopefully easier to edit.

FossilOrigin-Name: faa0e420e93a2bc1c84df9eb9fef4748d29ce339
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/where.c
src/whereInt.h
src/wherecode.c [new file with mode: 0644]
tool/mksqlite3c.tcl