]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Combine the OP_CreateTable and OP_CreateIndex opcodes of the bytecode engine
authordrh <drh@noemail.net>
Fri, 18 Aug 2017 14:34:28 +0000 (14:34 +0000)
committerdrh <drh@noemail.net>
Fri, 18 Aug 2017 14:34:28 +0000 (14:34 +0000)
commit0f3f7664f01bb9fdaa45c4c71c53fbff7f0f09c4
treeb8975fca3a372232b938a7816440d963314716af
parent62f6f51ae142112c8354460fc70f5c3471d329c4
Combine the OP_CreateTable and OP_CreateIndex opcodes of the bytecode engine
into a single OP_CreateBtree opcode.  This simplifies the implementation and
makes the bytecode programs clearer.

FossilOrigin-Name: eb1202b5e43f1f029ad2bdf845509e7f31361e4dc189943e5e2bd4462e2ef3f3
manifest
manifest.uuid
src/build.c
src/sqliteInt.h
src/vdbe.c
src/vdbeaux.c