Author: shinz
Date: 2006-11-07 16:54:30 +0100 (Tue, 07 Nov 2006)
New Revision: 3868
Log:
SHOW GLOBAL STATUS LIKE 'Opened_tables' is better than SHOW STATUS LIKE 'Opened_tables' ( thanks, Shane! ), and fixed a couple of issues that made validation fail ( but it still fails )
Modified:
trunk/refman-5.0/faqs.xml
trunk/refman-5.0/news-5.0.xml
trunk/refman-5.0/optimization.xml
trunk/refman-5.1/faqs.xml
trunk/refman-5.1/optimization.xml
Modified: trunk/refman-5.0/faqs.xml
===================================================================
--- trunk/refman-5.0/faqs.xml 2006-11-07 12:39:47 UTC (rev 3867)
+++ trunk/refman-5.0/faqs.xml 2006-11-07 15:54:30 UTC (rev 3868)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 660 bytes
@@ -6071,7 +6071,7 @@
If you are using Unicode (<literal>ucs2</literal> or
<literal>utf8</literal>), and you know what the Unicode sort
order is (see
- <xref linkend="cjk-faq-sorting-problems-unicode-1"/>), but
+ <xref linkend="faqs-cjk"/>), but
MySQL still seems to sort your table incorrectly, then you
should first verify the table character set:
Modified: trunk/refman-5.0/news-5.0.xml
===================================================================
--- trunk/refman-5.0/news-5.0.xml 2006-11-07 12:39:47 UTC (rev 3867)
+++ trunk/refman-5.0/news-5.0.xml 2006-11-07 15:54:30 UTC (rev 3868)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 686 bytes
@@ -5465,7 +5465,7 @@
to a client issuing commands to a server for which they were
not intended, and this must not happen. To help all users in
understanding this subject,
- <xref linkend=" invoking-programs"/> now includes additional
+ <xref linkend="invoking-programs"/> now includes additional
explanation of how command options with regard to host
selection.
</para>
Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml 2006-11-07 12:39:47 UTC (rev 3867)
+++ trunk/refman-5.0/optimization.xml 2006-11-07 15:54:30 UTC (rev 3868)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 526 bytes
@@ -8468,7 +8468,7 @@
</para>
<programlisting>
-mysql> <userinput>SHOW STATUS LIKE 'Opened_tables';</userinput>
+mysql> <userinput>SHOW GLOBAL STATUS LIKE 'Opened_tables';</userinput>
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
Modified: trunk/refman-5.1/faqs.xml
===================================================================
--- trunk/refman-5.1/faqs.xml 2006-11-07 12:39:47 UTC (rev 3867)
+++ trunk/refman-5.1/faqs.xml 2006-11-07 15:54:30 UTC (rev 3868)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 660 bytes
@@ -6070,7 +6070,7 @@
If you are using Unicode (<literal>ucs2</literal> or
<literal>utf8</literal>), and you know what the Unicode sort
order is (see
- <xref linkend="cjk-faq-sorting-problems-unicode-1"/>), but
+ <xref linkend="faqs-cjk"/>), but
MySQL still seems to sort your table incorrectly, then you
should first verify the table character set:
Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml 2006-11-07 12:39:47 UTC (rev 3867)
+++ trunk/refman-5.1/optimization.xml 2006-11-07 15:54:30 UTC (rev 3868)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 526 bytes
@@ -8483,7 +8483,7 @@
</para>
<programlisting>
-mysql> <userinput>SHOW STATUS LIKE 'Opened_tables';</userinput>
+mysql> <userinput>SHOW GLOBAL STATUS LIKE 'Opened_tables';</userinput>
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3868 - in trunk: refman-5.0 refman-5.1 | stefan | 7 Nov |