]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Defer allocating memory space to hold the array of column values and
authordrh <drh@noemail.net>
Fri, 21 Mar 2008 18:01:14 +0000 (18:01 +0000)
committerdrh <drh@noemail.net>
Fri, 21 Mar 2008 18:01:14 +0000 (18:01 +0000)
commit3b6f734b44f84b6bdd7c15f50785b4d35682f9ab
tree0727db32f086ad59744a56576d29895c4bad11d3
parent35754aca0d634d31f185a10426fdb92c95a5d363
Defer allocating memory space to hold the array of column values and
names in sqlite3_exec() until there is a need to use the array.  In
the common case where there is no callback, this avoids a malloc() call. (CVS 4905)

FossilOrigin-Name: d8686abcdf9e566571033f2f137142f742df9357
manifest
manifest.uuid
src/legacy.c