Author: js221926
Date: 2011-02-28 11:29:20 +0100 (Mon, 28 Feb 2011)
New Revision: 25162
Log:
NDB also supports ANALYZE TABLE (OleJohn)
Modified:
trunk/refman-5.0/sql-syntax-server-administration.xml
trunk/refman-5.1/sql-syntax-server-administration.xml
Modified: trunk/refman-5.0/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-5.0/sql-syntax-server-administration.xml 2011-02-28 07:58:34 UTC (rev 25161)
+++ trunk/refman-5.0/sql-syntax-server-administration.xml 2011-02-28 10:29:20 UTC (rev 25162)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 992 bytes
@@ -2023,9 +2023,10 @@
is locked with a read lock for <literal>MyISAM</literal>,
<literal>BDB</literal>, and <literal>InnoDB</literal>. This
statement works with <literal>MyISAM</literal>,
- <literal>BDB</literal>, and <literal>InnoDB</literal> tables.
- For <literal>MyISAM</literal> tables, this statement is
- equivalent to using <command>myisamchk --analyze</command>.
+ <literal>BDB</literal>, <literal>InnoDB</literal>, and
+ <literal>NDB</literal> tables. For <literal>MyISAM</literal>
+ tables, this statement is equivalent to using <command>myisamchk
+ --analyze</command>-
</para>
<para>
Modified: trunk/refman-5.1/sql-syntax-server-administration.xml
===================================================================
--- trunk/refman-5.1/sql-syntax-server-administration.xml 2011-02-28 07:58:34 UTC (rev 25161)
+++ trunk/refman-5.1/sql-syntax-server-administration.xml 2011-02-28 10:29:20 UTC (rev 25162)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 3; 1010 bytes
@@ -1960,9 +1960,10 @@
the key distribution for a table. During the analysis, the table
is locked with a read lock for <literal>MyISAM</literal> and
<literal>InnoDB</literal>. This statement works with
- <literal>MyISAM</literal> and <literal>InnoDB</literal> tables.
- For <literal>MyISAM</literal> tables, this statement is
- equivalent to using <command>myisamchk --analyze</command>.
+ <literal>MyISAM</literal>, <literal>InnoDB</literal>, and
+ <literal>NDB</literal> tables. For <literal>MyISAM</literal>
+ tables, this statement is equivalent to using <command>myisamchk
+ --analyze</command>.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r25162 - in trunk: refman-5.0 refman-5.1 | jon.stephens | 28 Feb |