Author: jstephens
Date: 2006-01-14 12:38:19 +0100 (Sat, 14 Jan 2006)
New Revision: 827
Log:
Missing comma. (D'oh!)
Modified:
trunk/refman-5.0/charset.xml
trunk/refman-5.1/charset.xml
Modified: trunk/refman-5.0/charset.xml
===================================================================
--- trunk/refman-5.0/charset.xml 2006-01-14 11:34:29 UTC (rev 826)
+++ trunk/refman-5.0/charset.xml 2006-01-14 11:38:19 UTC (rev 827)
@@ -45,7 +45,7 @@
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>, <literal>NDBCluster</literal> and
+ <literal>MEMORY</literal>, <literal>NDBCluster</literal>, and
<literal>InnoDB</literal> storage engines.
</para>
Modified: trunk/refman-5.1/charset.xml
===================================================================
--- trunk/refman-5.1/charset.xml 2006-01-14 11:34:29 UTC (rev 826)
+++ trunk/refman-5.1/charset.xml 2006-01-14 11:38:19 UTC (rev 827)
@@ -45,7 +45,7 @@
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>, <literal>NDBCluster</literal> and
+ <literal>MEMORY</literal>, <literal>NDBCluster</literal>, and
<literal>InnoDB</literal> storage engines.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r827 - in trunk: refman-5.0 refman-5.1 | jon | 14 Jan |