Author: jstephens
Date: 2007-03-09 13:03:43 +0100 (Fri, 09 Mar 2007)
New Revision: 5271
Log:
Updated output for SHOW TABLES FROM INFORMATION_SCHEMA statement.
Modified:
trunk/refman-5.1/information-schema.xml
Modified: trunk/refman-5.1/information-schema.xml
===================================================================
--- trunk/refman-5.1/information-schema.xml 2007-03-09 11:53:20 UTC (rev 5270)
+++ trunk/refman-5.1/information-schema.xml 2007-03-09 12:03:43 UTC (rev 5271)
Changed blocks: 3, Lines Added: 8, Lines Deleted: 4; 1740 bytes
@@ -5626,10 +5626,9 @@
list of its tables:
</para>
-<programlisting>
-mysql> <userinput>SHOW TABLES FROM INFORMATION_SCHEMA;</userinput>
+<programlisting>mysql> SHOW TABLES FROM INFORMATION_SCHEMA;
+---------------------------------------+
-| Tables_in_information_schema |
+| Tables_in_INFORMATION_SCHEMA |
+---------------------------------------+
| CHARACTER_SETS |
| COLLATIONS |
@@ -5639,13 +5638,18 @@
| ENGINES |
| EVENTS |
| FILES |
+| GLOBAL_STATUS |
+| GLOBAL_VARIABLES |
| KEY_COLUMN_USAGE |
| PARTITIONS |
| PLUGINS |
| PROCESSLIST |
+| REFERENTIAL_CONSTRAINTS |
| ROUTINES |
| SCHEMATA |
| SCHEMA_PRIVILEGES |
+| SESSION_STATUS |
+| SESSION_VARIABLES |
| STATISTICS |
| TABLES |
| TABLE_CONSTRAINTS |
@@ -5654,7 +5658,7 @@
| USER_PRIVILEGES |
| VIEWS |
+---------------------------------------+
-22 rows in set (0.04 sec)
+27 rows in set (0.00 sec)
</programlisting>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5271 - trunk/refman-5.1 | jon | 9 Mar |