From: drh Date: Thu, 3 May 2007 16:55:32 +0000 (+0000) Subject: Get the amalgamation builder working with incremental I/O. (CVS 3908) X-Git-Tag: version-3.4.0~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f75584a3077815c755643219b7020f69ce1e6e9;p=thirdparty%2Fsqlite.git Get the amalgamation builder working with incremental I/O. (CVS 3908) FossilOrigin-Name: 92b53601657be3f1be70873b2960cd97b97f72a1 --- diff --git a/manifest b/manifest index 4d2482e94d..568dd59d30 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Test\scases\sand\sminor\sbugfixes\sfor\sincremental\sblob\sAPIs.\s(CVS\s3907) -D 2007-05-03T16:31:26 +C Get\sthe\samalgamation\sbuilder\sworking\swith\sincremental\sI/O.\s(CVS\s3908) +D 2007-05-03T16:55:32 F Makefile.in 8cab54f7c9f5af8f22fd97ddf1ecfd1e1860de62 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -407,7 +407,7 @@ F tool/memleak2.awk 9cc20c8e8f3c675efac71ea0721ee6874a1566e8 F tool/memleak3.tcl 7707006ee908cffff210c98158788d85bb3fcdbf F tool/mkkeywordhash.c e119bdc04305adcada8856d73ad7d837c4ec123c F tool/mkopts.tcl 66ac10d240cc6e86abd37dc908d50382f84ff46e x -F tool/mksqlite3c.tcl 2d204fc271b2e2a2139e360527dd845385c4dffa +F tool/mksqlite3c.tcl fa0429d32cb0756b23def531ec863bc0e216f375 F tool/mksqlite3internalh.tcl a85bb0c812db1a060e6e6dfab4e4c817f53d194b F tool/omittest.tcl e6b3d6a1285f9813bc1dea53bb522b4b72774710 F tool/opcodeDoc.awk b3a2a3d5d3075b8bd90b7afe24283efdd586659c @@ -473,7 +473,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P cf9eeba7be64ad29cddd320832db10c799fb6e8e -R 8a6f6ed85fe488d5b2d00df7c522a2c5 -U danielk1977 -Z 6a4151dc8ab67d985ea9dda4365f5921 +P e12c522383bd40af375a52d2e68612c4dc7fd4db +R c3f970866b48c475a20693729022e6b0 +U drh +Z 93d0cf2ef7c7221a7f678ccc2eb37d7a diff --git a/manifest.uuid b/manifest.uuid index f6165e2adc..15d4833641 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -e12c522383bd40af375a52d2e68612c4dc7fd4db \ No newline at end of file +92b53601657be3f1be70873b2960cd97b97f72a1 \ No newline at end of file diff --git a/tool/mksqlite3c.tcl b/tool/mksqlite3c.tcl index 8df131f024..a984920933 100644 --- a/tool/mksqlite3c.tcl +++ b/tool/mksqlite3c.tcl @@ -172,6 +172,7 @@ foreach file { vdbeaux.c vdbeapi.c vdbe.c + vdbeblob.c expr.c alter.c