Author: jstephens
Date: 2007-05-18 15:24:20 +0200 (Fri, 18 May 2007)
New Revision: 6526
Log:
More fixups + reformat.
Modified:
trunk/refman-5.1/mysql-cluster-limitations-working.xml
Modified: trunk/refman-5.1/mysql-cluster-limitations-working.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-limitations-working.xml 2007-05-18 10:50:01 UTC (rev 6525)
+++ trunk/refman-5.1/mysql-cluster-limitations-working.xml 2007-05-18 13:24:20 UTC (rev 6526)
Changed blocks: 3, Lines Added: 76, Lines Deleted: 30; 4370 bytes
@@ -807,30 +807,55 @@
<itemizedlist>
<listitem>
- <para>
- The foreign key construct is ignored, just as it is in
- <literal>MyISAM</literal> tables.
- </para>
+ <formalpara>
+
+ <title>Foreign key constraints</title>
+
+ <para>
+ The foreign key construct is ignored, just as it is in
+ <literal>MyISAM</literal> tables.
+ </para>
+
+ </formalpara>
</listitem>
<listitem>
- <para>
- Savepoints and rollbacks to savepoints are ignored as in
- <literal>MyISAM</literal>.
- </para>
+ <formalpara>
+
+ <title>Savepoints and rollbacks</title>
+
+ <para>
+ Savepoints and rollbacks to savepoints are ignored as in
+ <literal>MyISAM</literal>.
+ </para>
+
+ </formalpara>
</listitem>
<listitem>
- <para>
- <literal>OPTIMIZE</literal> operations are not supported.
- </para>
+ <formalpara>
+
+ <title><literal>OPTIMIZE</literal> operations</title>
+
+ <para>
+ <literal>OPTIMIZE</literal> operations are not
+ supported.
+ </para>
+
+ </formalpara>
</listitem>
<listitem>
- <para>
- <literal>LOAD TABLE ... FROM MASTER</literal> is not
- supported.
- </para>
+ <formalpara>
+
+ <title><literal>LOAD TABLE ... FROM MASTER</literal></title>
+
+ <para>
+ <literal>LOAD TABLE ... FROM MASTER</literal> is not
+ supported.
+ </para>
+
+ </formalpara>
</listitem>
</itemizedlist>
@@ -846,24 +871,37 @@
<itemizedlist>
<listitem>
- <para>
- The only supported isolation level is <literal>READ
- COMMITTED</literal>. (InnoDB supports <literal>READ
- COMMITTED</literal>, <literal>READ UNCOMMITTED</literal>,
- <literal>REPEATABLE READ</literal>, and
- <literal>SERIALIZABLE</literal>.) See
- <xref linkend="mysql-cluster-backup-troubleshooting"/>,
- for information on how this can affect backup and restore
- of Cluster databases.
- </para>
+ <formalpara>
+
+ <title>Transaction isolation</title>
+
+ <para>
+ The only supported isolation level is <literal>READ
+ COMMITTED</literal>. (InnoDB supports <literal>READ
+ COMMITTED</literal>, <literal>READ
+ UNCOMMITTED</literal>, <literal>REPEATABLE
+ READ</literal>, and <literal>SERIALIZABLE</literal>.)
+ See
+ <xref linkend="mysql-cluster-backup-troubleshooting"/>,
+ for information on how this can affect backup and
+ restore of Cluster databases.
+ </para>
+
+ </formalpara>
</listitem>
<listitem>
- <para>
- No durable commits on disk. Commits are replicated, but
- there is no guarantee that logs are flushed to disk on
- commit.
- </para>
+ <formalpara>
+
+ <title>Durability</title>
+
+ <para>
+ No durable commits on disk. Commits are replicated, but
+ there is no guarantee that logs are flushed to disk on
+ commit.
+ </para>
+
+ </formalpara>
</listitem>
</itemizedlist>
@@ -871,6 +909,14 @@
</formalpara>
+ <note>
+ <para>
+ See <xref linkend="mysql-cluster-limitations-transactions"/>,
+ for more information relating to limitations on transaction
+ handling in <literal>NDB</literal>.
+ </para>
+ </note>
+
</section>
<section id="mysql-cluster-limitations-performance">
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6526 - trunk/refman-5.1 | jon | 18 May |