]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the KeyInfo object, refactor the nField and nXField elements into
authordrh <drh@noemail.net>
Wed, 2 Aug 2017 22:43:14 +0000 (22:43 +0000)
committerdrh <drh@noemail.net>
Wed, 2 Aug 2017 22:43:14 +0000 (22:43 +0000)
commita485ad191fa773b10325b3b5bef11e0991a552a9
treec1e4a5481386235e30da372266273a6d4211ce69
parent754ee285fa5b15733557d8f7d7f6c117f159f0c4
In the KeyInfo object, refactor the nField and nXField elements into
nKeyField and nAllField, which are more useful and run a little faster.

FossilOrigin-Name: aea5990eab5e85f92df966aa641db2271c81052010ad2d80982475c4275a1284
manifest
manifest.uuid
src/build.c
src/select.c
src/sqliteInt.h
src/vdbe.c
src/vdbeapi.c
src/vdbeaux.c
src/vdbemem.c
src/vdbesort.c