]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Reduce the number of arguments to RecordCompare functions from 4 to 3,
authordrh <drh@noemail.net>
Tue, 16 Sep 2014 14:37:35 +0000 (14:37 +0000)
committerdrh <drh@noemail.net>
Tue, 16 Sep 2014 14:37:35 +0000 (14:37 +0000)
commit75179ded976666932155d84f7ed805a8f6e167ca
treec1fd70487c495615ba576d70d97dae3f417e5d14
parent035e563bf62e749036825d85fdd885a4110810ce
Reduce the number of arguments to RecordCompare functions from 4 to 3,
resulting in a small performance increase.

FossilOrigin-Name: 8239c35aedd583af79505378bb7dbb78346a3f45
manifest
manifest.uuid
src/btree.c
src/vdbe.h
src/vdbeaux.c
src/vdbesort.c
src/where.c