]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Factor all KeyInfo object allocations into a single function:
authordrh <drh@noemail.net>
Mon, 5 Aug 2013 19:11:29 +0000 (19:11 +0000)
committerdrh <drh@noemail.net>
Mon, 5 Aug 2013 19:11:29 +0000 (19:11 +0000)
commit323df7907ea733e5bfada834df934cd00565e3ab
treee196ce29001c0d55e536f9b6cdd2b6a400cb9280
parentaf5b2af77db148fb390a9423b70229e721c0d1ba
Factor all KeyInfo object allocations into a single function:
sqlite3KeyInfoAlloc().  Always allocate enough space so that
sqlite3VdbeRecordCompare() can avoid checking boundaries and hence
run faster.

FossilOrigin-Name: 7301bedd94c8610568349953b18ff3575203e1b2
manifest
manifest.uuid
src/build.c
src/expr.c
src/select.c
src/sqliteInt.h
src/vdbe.c
src/vdbeaux.c