From: danielk1977 Date: Thu, 24 Apr 2008 08:31:51 +0000 (+0000) Subject: Add version comment to vdbeaux.c. No code changes. Ticket #3066. (CVS 5038) X-Git-Tag: version-3.6.10~1139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a9b1564cf53e29a7e1372a128e3941dad4832a1;p=thirdparty%2Fsqlite.git Add version comment to vdbeaux.c. No code changes. Ticket #3066. (CVS 5038) FossilOrigin-Name: d667add44b87f9011b0ef10d45101dfc1e38feaa --- diff --git a/manifest b/manifest index fd2d0d9ed3..d9a6c648b7 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C We\sshould\sbetter\snot\spass\sopen\sfile\shandles\sto\schild\sprocesses,\sso\sadd\srespective\sflag\sfor\sDosOpen().\s(CVS\s5037) -D 2008-04-23T23:03:11 +C Add\sversion\scomment\sto\svdbeaux.c.\sNo\scode\schanges.\sTicket\s#3066.\s(CVS\s5038) +D 2008-04-24T08:31:52 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 F Makefile.in 25b3282a4ac39388632c2fb0e044ff494d490952 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -178,7 +178,7 @@ F src/vdbe.c e0cc1de84b470acd90e6d62a833d09aa531e11d7 F src/vdbe.h bfd84bda447f39cb599302c7ec85067dae20453c F src/vdbeInt.h 05316345da487b0cf540482576f9ae3337d133cd F src/vdbeapi.c 0e1b5a808bb0e556f2a975eb7d11fd3153e922bf -F src/vdbeaux.c ca70c67f853c927d4c1172299578d4b22d4eed50 +F src/vdbeaux.c 0aa45610bbe442d097a3bb04994bbf34e8411689 F src/vdbeblob.c cc713c142c3d4952b380c98ee035f850830ddbdb F src/vdbefifo.c a30c237b2a3577e1415fb6e288cbb6b8ed1e5736 F src/vdbemem.c 237e61216381998ff71c6431e5e7bd03386f6225 @@ -635,7 +635,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P 5896ae3d68d29dc172c027c72aa2a98ced2b7eb8 -R 7232165ce5be32c540f13b9199c1c910 -U pweilbacher -Z 3cb208335af16dcfae18db4437e726f5 +P 1518e8542cebd977d46e720544bfad16d3f8895e +R 5fb6d15319f6f7ad5d83871547c67dd6 +U danielk1977 +Z eadc7d17f185104033abdb2824b7e07c diff --git a/manifest.uuid b/manifest.uuid index efc7a08208..0d4110dab8 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -1518e8542cebd977d46e720544bfad16d3f8895e \ No newline at end of file +d667add44b87f9011b0ef10d45101dfc1e38feaa \ No newline at end of file diff --git a/src/vdbeaux.c b/src/vdbeaux.c index 903c12f02e..e9d481f149 100644 --- a/src/vdbeaux.c +++ b/src/vdbeaux.c @@ -13,6 +13,8 @@ ** a VDBE (or an "sqlite3_stmt" as it is known to the outside world.) Prior ** to version 2.8.7, all this code was combined into the vdbe.c source file. ** But that file was getting too big so this subroutines were split out. +** +** $Id: vdbeaux.c,v 1.377 2008/04/24 08:31:52 danielk1977 Exp $ */ #include "sqliteInt.h" #include