]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure the KeyInfo.aSortOrder array is always allocated so that we never
authordrh <drh@noemail.net>
Mon, 17 Sep 2012 17:16:53 +0000 (17:16 +0000)
committerdrh <drh@noemail.net>
Mon, 17 Sep 2012 17:16:53 +0000 (17:16 +0000)
commite1a022e48be1e7f40a8310e0f917fac8593c66a4
tree3e0b1ed603721516ca3782e3a08f80dffd754200
parent56690b3d4935766cbe6a2d936e6371b03232ac04
Make sure the KeyInfo.aSortOrder array is always allocated so that we never
have to test for KeyInfo.aSortOrder==0 in performance-critical loops.

FossilOrigin-Name: 45793f0b844fee7445bc9269b403f89a58f77150
manifest
manifest.uuid
src/expr.c
src/select.c
src/vdbeaux.c