]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix the header comment on experimental.c. (CVS 2365)
authordrh <drh@noemail.net>
Wed, 2 Mar 2005 05:18:29 +0000 (05:18 +0000)
committerdrh <drh@noemail.net>
Wed, 2 Mar 2005 05:18:29 +0000 (05:18 +0000)
FossilOrigin-Name: 0c4d2b11c922b41d0e03bfbd885dfdf52ce7ccab

manifest
manifest.uuid
src/experimental.c

index d582c2fe2e5a3c0d52cb475b9066a485ff07db09..5f4c9dc777b688dfc7ac8ed747f2f97db900a31c 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Version\s3.1.3.1\s(not\san\sofficial\srelease)\s(CVS\s2364)
-D 2005-02-28T01:52:56
+C Fix\sthe\sheader\scomment\son\sexperimental.c.\s(CVS\s2365)
+D 2005-03-02T05:18:30
 F Makefile.in 76443a83549d1539105e12d13bd0054a05ab2214
 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@@ -35,7 +35,7 @@ F src/btree.h 2e2cc923224649337d7217df0dd32b06673ca180
 F src/build.c a8792b2f866c1ccc32f4977f4ff61d787d60ddfb
 F src/date.c f3d1f5cd1503dabf426a198f3ebef5afbc122a7f
 F src/delete.c 4b94395b52a8f7785acd71135c2ce54f3f5550b3
-F src/experimental.c 8cc66b2be6a011055d75ef19ed2584bcfbb585ad
+F src/experimental.c 50c1e3b34f752f4ac10c36f287db095c2b61766d
 F src/expr.c e160aabb59ff3c02e8e00ca4b30d00b94664c519
 F src/func.c ff0673a25ec6216934e664bf9f480ae8b2c66936
 F src/hash.c 2b1b13f7400e179631c83a1be0c664608c8f021f
@@ -274,7 +274,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
 F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
 F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd
-P 1ca8bbf749988fd3c88b25c08255c2096f833808
-R 7559f25675e378ef81aee2c7bbedc86a
+P 957333a7b203373e89030766f693e691f049c66a
+R de08cad749f91bf60ab4a93caec44b68
 U drh
-Z d9eccf919a9ba4b9ca0460c7ce228628
+Z ee857b39a62988f2b11ca55bd4ded201
index d16c4a078bd5c2705fce71c2b2baa5ff0ff821e2..fe4063283b89e4123c25b71b9ab3bcb7d76817a0 100644 (file)
@@ -1 +1 @@
-957333a7b203373e89030766f693e691f049c66a
\ No newline at end of file
+0c4d2b11c922b41d0e03bfbd885dfdf52ce7ccab
\ No newline at end of file
index 7de6f7c84ae436b242d5a6c66bc8e5b3a98e1bb5..d198fca9eb33bef4d0f4c329b9c5915f50d0e55c 100644 (file)
@@ -1,6 +1,5 @@
-
 /*
-** 2001 September 15
+** 2005 January 20
 **
 ** The author disclaims copyright to this source code.  In place of
 ** a legal notice, here is a blessing:
 **    May you share freely, never taking more than you give.
 **
 *************************************************************************
-** This file contains C code routines that are called by the parser
-** to handle SELECT statements in SQLite.
+** This file contains C code routines that are not a part of the official
+** SQLite API.  These routines are unsupported.
 **
-** $Id: experimental.c,v 1.2 2005/01/20 01:17:44 danielk1977 Exp $
+** $Id: experimental.c,v 1.3 2005/03/02 05:18:30 drh Exp $
 */
 #include "sqliteInt.h"
 
@@ -35,4 +34,3 @@ int sqlite3_clear_bindings(sqlite3_stmt *pStmt){
 int sqlite3_sleep(int ms){
   return sqlite3OsSleep(ms);
 }
-