]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix copy/paste errors in comments in the transitive_closure virtual table.
authordrh <drh@noemail.net>
Wed, 17 Jul 2013 21:08:49 +0000 (21:08 +0000)
committerdrh <drh@noemail.net>
Wed, 17 Jul 2013 21:08:49 +0000 (21:08 +0000)
No changes to code.

FossilOrigin-Name: b1b0de29fdf7de83722bb85b748f058b9901e77a

ext/misc/closure.c
manifest
manifest.uuid

index 260a783042ccab7ba9cea7a9485b1bc113817f8b..30c812d2201cd2d08a5d1a5c3464dbdfbed52fb1 100644 (file)
@@ -496,7 +496,7 @@ static const char *closureValueOfKey(const char *zKey, const char *zStr){
 /*
 ** xConnect/xCreate method for the closure module. Arguments are:
 **
-**   argv[0]    -> module name  ("approximate_match")
+**   argv[0]    -> module name  ("transitive_closure")
 **   argv[1]    -> database name
 **   argv[2]    -> table name
 **   argv[3...] -> arguments
@@ -907,7 +907,7 @@ static int closureBestIndex(
 }
 
 /*
-** A virtual table module that implements the "approximate_match".
+** A virtual table module that implements the "transitive_closure".
 */
 static sqlite3_module closureModule = {
   0,                      /* iVersion */
index 4d4e29e469acca181c3b5602cdd5ea3addda32f1..959b43b31b6596a56ed14a164b91e86538fca7e0 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Enhance\sthe\ssqlite3_analyzer\stool\sto\sgive\sreports\son\sthe\ssizes\sof\sindividual\nindices.
-D 2013-07-17T18:12:15.911
+C Fix\scopy/paste\serrors\sin\scomments\sin\sthe\stransitive_closure\svirtual\stable.\nNo\schanges\sto\scode.
+D 2013-07-17T21:08:49.318
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 5e41da95d92656a5004b03d3576e8b226858a28e
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -107,7 +107,7 @@ F ext/icu/README.txt d9fbbad0c2f647c3fdf715fc9fd64af53aedfc43
 F ext/icu/icu.c d415ccf984defeb9df2c0e1afcfaa2f6dc05eacb
 F ext/icu/sqliteicu.h 728867a802baa5a96de7495e9689a8e01715ef37
 F ext/misc/amatch.c eae8454cd9dcb287b2a3ec2e65a865a4ac5f0d06
-F ext/misc/closure.c 997c20ddf35f85ab399f4a02a557a9baa822ec32
+F ext/misc/closure.c 636024302cde41b2bf0c542f81c40c624cfb7012
 F ext/misc/fuzzer.c 136533c53cfce0957f0b48fa11dba27e21c5c01d
 F ext/misc/ieee754.c b0362167289170627659e84173f5d2e8fee8566e
 F ext/misc/nextchar.c 80ba262d23238efcfcb3d72d71aa4513098e26a6
@@ -1103,7 +1103,7 @@ F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
 F tool/wherecosttest.c f407dc4c79786982a475261866a161cd007947ae
 F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
-P 64bf8148b84e0ebb45c12b629f49bc9b316aceba
-R ec17da139f6652e6c6b8090663c2b7b7
+P 3b4096cc8a3b4517cdf49dcfe1f33279a5eb8efb
+R 72a343c5196cc394b974aafe1ea79d9a
 U drh
-Z f519c532f4fd545ddca3699fd0c0b9a9
+Z 567058614f26922b80a2886ec42c5224
index 509c4c91b8c8bf84902986acfbbf529dab5e76a0..05bc013ddf4c0cef4d2dc051c7d6b0d52693813d 100644 (file)
@@ -1 +1 @@
-3b4096cc8a3b4517cdf49dcfe1f33279a5eb8efb
\ No newline at end of file
+b1b0de29fdf7de83722bb85b748f058b9901e77a
\ No newline at end of file