]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a bug in the KEYINFO handling within select.c. Change the OP_Move
authordrh <drh@noemail.net>
Sun, 22 Jun 2008 12:37:57 +0000 (12:37 +0000)
committerdrh <drh@noemail.net>
Sun, 22 Jun 2008 12:37:57 +0000 (12:37 +0000)
commitb21e7c70f761982929ea792cd7693ee5cc8bc6d8
tree66ec7946212e3249e497013b0b793fb74abd9ce5
parent04bcc00788ba770377fb171fe423a219a4bac498
Fix a bug in the KEYINFO handling within select.c.  Change the OP_Move
opcode to take a count and to move multiple registers.  Initial code for
the compound-select merge optimization is added but is incomplete
and is commented out. (CVS 5272)

FossilOrigin-Name: 663a590e3086145a57af7569d8f798b6b6a8b76c
manifest
manifest.uuid
src/expr.c
src/fault.c
src/pragma.c
src/select.c
src/sqliteInt.h
src/test_mutex.c
src/vdbe.c
src/vdbeaux.c