]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor the Vdbe.iVdbeMagic field into Vdbe.eVdbeState. Split the RUNNING
authordrh <>
Fri, 1 Apr 2022 17:01:57 +0000 (17:01 +0000)
committerdrh <>
Fri, 1 Apr 2022 17:01:57 +0000 (17:01 +0000)
commit17c4865b838d222314fa6256e7584a5fe164281b
tree2079fcf9d6f70d8827ed83d751cbde81956bd8e1
parent00946d79535aa1c11d859ea2e944068c953faf48
parent99a218282c42057ada2c187dc28f47442ce78751
Refactor the Vdbe.iVdbeMagic field into Vdbe.eVdbeState.  Split the RUNNING
state into separate RUNNING and READY.  This gives a size reduction and
performance increase.

FossilOrigin-Name: 5a50a42fde9477868fad31099f5fe976437825fac44f8b3a4cf6c739c7667bbb
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c