]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Get the amalgamation builder working with incremental I/O. (CVS 3908)
authordrh <drh@noemail.net>
Thu, 3 May 2007 16:55:32 +0000 (16:55 +0000)
committerdrh <drh@noemail.net>
Thu, 3 May 2007 16:55:32 +0000 (16:55 +0000)
FossilOrigin-Name: 92b53601657be3f1be70873b2960cd97b97f72a1

manifest
manifest.uuid
tool/mksqlite3c.tcl

index 4d2482e94d72f004b88b5cdccf411b2f7f96d49c..568dd59d30c5924aab28b6578512f8a0cc682c0c 100644 (file)
--- 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
index f6165e2adce58cdb68effbfac4372b0496ec2a6e..15d4833641c2a2ce7a29e6b81c3523bedcc41c88 100644 (file)
@@ -1 +1 @@
-e12c522383bd40af375a52d2e68612c4dc7fd4db
\ No newline at end of file
+92b53601657be3f1be70873b2960cd97b97f72a1
\ No newline at end of file
index 8df131f024d9eec8e9d7153c2aaa7d206f36082e..a984920933f69e862d62869be4a3a96d38457e8d 100644 (file)
@@ -172,6 +172,7 @@ foreach file {
    vdbeaux.c
    vdbeapi.c
    vdbe.c
+   vdbeblob.c
 
    expr.c
    alter.c