Author: jstephens
Date: 2006-01-14 12:34:29 +0100 (Sat, 14 Jan 2006)
New Revision: 826
Log:
Cluster supports all character sets/collation in 5.0./5.1; limited support
available in 4.1.
Modified:
trunk/refman-4.1/charset.xml
trunk/refman-5.0/charset.xml
trunk/refman-5.1/charset.xml
Modified: trunk/refman-4.1/charset.xml
===================================================================
--- trunk/refman-4.1/charset.xml 2006-01-14 07:49:26 UTC (rev 825)
+++ trunk/refman-4.1/charset.xml 2006-01-14 11:34:29 UTC (rev 826)
@@ -51,6 +51,15 @@
set support; there are no plans to change this, because
<literal>ISAM</literal> is deprecated.
</para>
+
+ <para>
+ <emphasis role="bold">Note</emphasis>: The
+ <literal>NDBCluster</literal> storage engine in MySQL 4.1 (available
+ beginning with MySQL 4.1.3-Max) provides limited character set and
+ collation support; see
+ <xref linkend="mysql-cluster-limitations-in-4-1"/>.
+
+ </para>
<para>
This chapter discusses the following topics:
Modified: trunk/refman-5.0/charset.xml
===================================================================
--- trunk/refman-5.0/charset.xml 2006-01-14 07:49:26 UTC (rev 825)
+++ trunk/refman-5.0/charset.xml 2006-01-14 11:34:29 UTC (rev 826)
@@ -45,8 +45,8 @@
to a variety of collations. You can specify character sets at the
server, database, table, and column level. MySQL supports the use of
character sets for the <literal>MyISAM</literal>,
- <literal>MEMORY</literal>, and <literal>InnoDB</literal>
storage
- engines.
+ <literal>MEMORY</literal>, <literal>NDBCluster</literal> and
+ <literal>InnoDB</literal> storage engines.
</para>
<para>
Modified: trunk/refman-5.1/charset.xml
===================================================================
--- trunk/refman-5.1/charset.xml 2006-01-14 07:49:26 UTC (rev 825)
+++ trunk/refman-5.1/charset.xml 2006-01-14 11:34:29 UTC (rev 826)
@@ -45,8 +45,8 @@
to a variety of collations. You can specify character sets at the
server, database, table, and column level. MySQL supports the use of
character sets for the <literal>MyISAM</literal>,
- <literal>MEMORY</literal>, and <literal>InnoDB</literal>
storage
- engines.
+ <literal>MEMORY</literal>, <literal>NDBCluster</literal> and
+ <literal>InnoDB</literal> storage engines.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r826 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 14 Jan |