]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The OP_RealAffinity opcode is not necessary after reading values from
authordrh <drh@noemail.net>
Sat, 16 May 2020 18:01:02 +0000 (18:01 +0000)
committerdrh <drh@noemail.net>
Sat, 16 May 2020 18:01:02 +0000 (18:01 +0000)
commit8c1febb2f91ec824362ca9f5b400622262c17191
tree623f076fdd75356b43a3418ad207aa6a5bf00ebc
parentbecd68ba0dac41904aa817d96a67fb4685734b41
The OP_RealAffinity opcode is not necessary after reading values from
a virtual table (such as rtree).  It is harmless, but it does use CPU
cycles.  Might as well leave it off.

FossilOrigin-Name: dc18d89354cffcb726722c234a0271ab628a71277b22887eea2bf118028193a6
manifest
manifest.uuid
src/update.c