]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do away with the "multi-register pseudo-table" abstration. Instead, just
authordrh <drh@noemail.net>
Sat, 8 Feb 2014 23:20:32 +0000 (23:20 +0000)
committerdrh <drh@noemail.net>
Sat, 8 Feb 2014 23:20:32 +0000 (23:20 +0000)
commit5f61229504bc56387db38fd7194652860b53c772
treef1f91aec90b91e42f4138605c03f89aed6f03554
parent826af37865cffde6e08d8e761cc9058d6a9d38b4
Do away with the "multi-register pseudo-table" abstration.  Instead, just
use an OP_SCopy to load results directory from the result registers of
the co-routine.

FossilOrigin-Name: 1e64dd782a126f48d78c43a664844a41d0e6334e
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/where.c