]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use a new opcode, OP_OpenHash, to indicate that ephemeral tables can be
authordrh <drh@noemail.net>
Wed, 5 Feb 2014 18:15:38 +0000 (18:15 +0000)
committerdrh <drh@noemail.net>
Wed, 5 Feb 2014 18:15:38 +0000 (18:15 +0000)
commite255f2d2cef80ab5954cf05504783f89dda073c3
treee38005e958a994ad5da2e86875eff32cc3285402
parentc3caa4f0916ecb7127bacb3f7fc46a793ad541fa
Use a new opcode, OP_OpenHash, to indicate that ephemeral tables can be
unordered, rather than using the BTREE_UNORDERED bit in the P5 field.

FossilOrigin-Name: 2997e181575da7e37fe70d20bdddf934f064ae1d
manifest
manifest.uuid
src/select.c
src/update.c
src/vdbe.c
test/distinct.test