Author: js221926
Date: 2011-05-26 09:24:06 +0200 (Thu, 26 May 2011)
New Revision: 26348
Log:
Fix wrong tag
Modified:
trunk/refman-5.1/mysql-cluster-management.xml
Modified: trunk/refman-5.1/mysql-cluster-management.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-management.xml 2011-05-25 21:25:39 UTC (rev 26347)
+++ trunk/refman-5.1/mysql-cluster-management.xml 2011-05-26 07:24:06 UTC (rev 26348)
Changed blocks: 4, Lines Added: 15, Lines Deleted: 14; 2402 bytes
@@ -8427,7 +8427,7 @@
</programlisting>
<para>
- If <userinput>ndbinfo</userinput> support is enabled, then you can
+ If <literal>ndbinfo</literal> support is enabled, then you can
access <literal>ndbinfo</literal> using SQL statements in
<command>mysql</command> or another MySQL client. For example, you
can see <literal>ndbinfo</literal> listed in the output of
@@ -8521,8 +8521,8 @@
</programlisting>
<para>
- The <literal role="ndbinfo">diskpagebuffer</literal> table was added in MySQL
- Cluster NDB 7.1.9.
+ The <literal role="ndbinfo">diskpagebuffer</literal> table was
+ added in MySQL Cluster NDB 7.1.9.
</para>
<para>
@@ -8556,8 +8556,9 @@
</programlisting>
<para>
- More complex queries, such as the two following <literal role="stmt">SELECT</literal> statements using
- the <literal role="ndbinfo">memoryusage</literal> table, are possible:
+ More complex queries, such as the two following
+ <literal role="stmt">SELECT</literal> statements using the
+ <literal role="ndbinfo">memoryusage</literal> table, are possible:
</para>
<programlisting>
@@ -12040,17 +12041,17 @@
restart of the cluster.
</para>
</important>
-
-
+
<para>
- Performance of Disk Data tables can be improved by minimizing the number
- of disk seeks by making sure that
- <literal role="ndbparam:ndbd">DiskPageBufferMemory</literal> is of
- sufficient size. You can query the
- <literal role="ndbinfo">diskpagebuffer</literal> table to help determine
- whether the value for this parameter needs to be increased.
+ Performance of Disk Data tables can be improved by minimizing
+ the number of disk seeks by making sure that
+ <literal role="ndbparam:ndbd">DiskPageBufferMemory</literal> is
+ of sufficient size. You can query the
+ <literal role="ndbinfo">diskpagebuffer</literal> table to help
+ determine whether the value for this parameter needs to be
+ increased.
</para>
-
+
</section>
</section>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r26348 - trunk/refman-5.1 | jon.stephens | 26 May |