Optimize calls to sqlite3_mprintf("%z...") so that they attempt to append
commitbbfd2bf5e23bb6a3ad757400139da14752f1e106
authorD. Richard Hipp <drh@hwaci.com>
Tue, 20 Feb 2018 15:23:37 +0000 (20 15:23 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Tue, 20 Feb 2018 15:23:37 +0000 (20 15:23 +0000)
treedb613219f26a4583d335fb0b781d207b54b1ca59
parent001d3bc39143e70ec5f40f335a5e486ad7002f8b
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.
Makefile.in
Makefile.msc
main.mk
src/printf.c