From: drh Date: Thu, 8 Sep 2005 02:00:25 +0000 (+0000) Subject: Changes to comments only in sqliteInt.h. No changes to code. (CVS 2668) X-Git-Tag: version-3.6.10~3491 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d49c16ee9b04d1eaf86357803d12584b35ef60b4;p=thirdparty%2Fsqlite.git Changes to comments only in sqliteInt.h. No changes to code. (CVS 2668) FossilOrigin-Name: cc2a61650ea0d4b2ef67e144424327362999526d --- diff --git a/manifest b/manifest index 1d4982624a..4c637a47f7 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Optimizations\sand\srefinements.\s\sImprovements\sto\stest\scoverage.\s(CVS\s2667) -D 2005-09-08T01:58:43 +C Changes\sto\scomments\sonly\sin\ssqliteInt.h.\s\sNo\schanges\sto\scode.\s(CVS\s2668) +D 2005-09-08T02:00:26 F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -66,7 +66,7 @@ F src/random.c 90adff4e73a3b249eb4f1fc2a6ff9cf78c7233a4 F src/select.c 7e52f53ccf116456f1f5eebb5493973eda43c89a F src/shell.c b21daba017b8feef2fdc65ecde57f70209494217 F src/sqlite.h.in d6561d51025d08de4f455607f3f9f9aa76e855d5 -F src/sqliteInt.h d2f3284eb67068fcbbd7df99b25f3bd874fa0a53 +F src/sqliteInt.h 0688a83d0a6d8a483666f742bceebe56a6f4d1bc F src/table.c 25b3ff2b39b7d87e8d4a5da0713d68dfc06cbee9 F src/tclsqlite.c ac94682f9e601dd373912c46414a5a842db2089a F src/test1.c b569b60e35f0e3ea20e5ebfaf6e522a01c08d481 @@ -306,7 +306,7 @@ F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P bcc7d722cea4487a3adf9d9b2af4b74bfbfc5f39 -R 91fa1142a737c9df354f4c8b73b255ba +P 7283f7c29db4f622380b6a5cb745a4dc0c8e6a25 +R 2aaa5de130abcc544c107f6b4b8d52a3 U drh -Z 5018c1d6effebbbf13aed3b0f917e94d +Z fefbf90fe1a173fa937df28e88a9560e diff --git a/manifest.uuid b/manifest.uuid index 72b5aabd4d..ea61e9abb3 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -7283f7c29db4f622380b6a5cb745a4dc0c8e6a25 \ No newline at end of file +cc2a61650ea0d4b2ef67e144424327362999526d \ No newline at end of file diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 35bd4a4b7b..597ca16592 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -11,7 +11,7 @@ ************************************************************************* ** Internal interface definitions for SQLite. ** -** @(#) $Id: sqliteInt.h,v 1.410 2005/09/08 01:58:43 drh Exp $ +** @(#) $Id: sqliteInt.h,v 1.411 2005/09/08 02:00:26 drh Exp $ */ #ifndef _SQLITEINT_H_ #define _SQLITEINT_H_ @@ -1131,8 +1131,8 @@ struct Select { #define SRT_Callback 4 /* Invoke a callback with each row of result */ #define SRT_Mem 5 /* Store result in a memory cell */ #define SRT_Set 6 /* Store non-null results as keys in an index */ -#define SRT_Table 7 /* Store result as data and add automatic rowid */ -#define SRT_VirtualTab 8 /* Create virtual table and store results there */ +#define SRT_Table 7 /* Store result as data with an automatic rowid */ +#define SRT_VirtualTab 8 /* Create virtual table and store like SRT_Table */ #define SRT_Subroutine 9 /* Call a subroutine to handle results */ #define SRT_Exists 10 /* Put 0 or 1 in a memory cell */