Below is the list of changes that have just been committed into a local
mysqldoc repository of root. When root does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.2795 05/06/15 16:13:41 Mike.Hillyer@stripped +1 -0
Minor Tweak
Docs/manual.texi
1.3005 05/06/15 16:13:38 Mike.Hillyer@stripped +1 -1
Example did not match table definition.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: Mike.Hillyer
# Host: www.openwin.org
# Root: /home/mysqldoc/mysqldoc
--- 1.3004/Docs/manual.texi 2005-06-15 16:06:30 -06:00
+++ 1.3005/Docs/manual.texi 2005-06-15 16:13:38 -06:00
@@ -82690,7 +82690,7 @@
@example
SELECT * FROM INFORMATION_SCHEMA.STATISTICS
WHERE table_name = 'tbl_name'
- [AND schema_name = 'db_name'
+ [AND table_schema = 'db_name']
SHOW INDEX
FROM tbl_name
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (Mike.Hillyer:1.2795) | mhillyer | 16 Jun |