]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Optimize calls to sqlite3_mprintf("%z...") so that they attempt to append
authordrh <drh@noemail.net>
Tue, 20 Feb 2018 15:23:37 +0000 (15:23 +0000)
committerdrh <drh@noemail.net>
Tue, 20 Feb 2018 15:23:37 +0000 (15:23 +0000)
commitcc398969e058b006bf87e35700b366977fc8682c
tree199c67541ca02bb9ae9099fc75f18bf58a76a948
parentb0b6f8783c8a80fbf68e38a3230182edeacef306
Optimize calls to sqlite3_mprintf("%z...") so that they attempt to append
text onto the end of the existing memory allocation rather than reallocating
and copying.

FossilOrigin-Name: 4bc8a48e644562f6e6192f4c6fc4a70f6bb59f8126ed6c6dc876bedf65d74cda
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/printf.c