aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2013-07-17 21:08:49 +0000
committerdrh <drh@noemail.net>2013-07-17 21:08:49 +0000
commit47af6e76d6d815da8d31aaa05ac014fe29076293 (patch)
tree1a51e10d4f0bcdd49ff8c463210f1165e49812e6
parentcc0713057f6d55a7eaa4f2118a55638199c14852 (diff)
downloadsqlite-47af6e76d6d815da8d31aaa05ac014fe29076293.tar.gz
sqlite-47af6e76d6d815da8d31aaa05ac014fe29076293.zip
Fix copy/paste errors in comments in the transitive_closure virtual table.
No changes to code. FossilOrigin-Name: b1b0de29fdf7de83722bb85b748f058b9901e77a
-rw-r--r--ext/misc/closure.c4
-rw-r--r--manifest12
-rw-r--r--manifest.uuid2
3 files changed, 9 insertions, 9 deletions
diff --git a/ext/misc/closure.c b/ext/misc/closure.c
index 260a78304..30c812d22 100644
--- a/ext/misc/closure.c
+++ b/ext/misc/closure.c
@@ -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 */
diff --git a/manifest b/manifest
index 4d4e29e46..959b43b31 100644
--- 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
diff --git a/manifest.uuid b/manifest.uuid
index 509c4c91b..05bc013dd 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-3b4096cc8a3b4517cdf49dcfe1f33279a5eb8efb \ No newline at end of file
+b1b0de29fdf7de83722bb85b748f058b9901e77a \ No newline at end of file