List:Commits« Previous MessageNext Message »
From:jon Date:May 3 2006 6:25am
Subject:svn commit - mysqldoc@docsrva: r2004 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-05-03 08:25:23 +0200 (Wed, 03 May 2006)
New Revision: 2004

Log:

Cluster can't produce a binlog for tables with BLOBs but no PK (Tomas).

Also fixed a previous bad merge in Limitations.



Modified:
   trunk/refman-4.1/ndbcluster.xml
   trunk/refman-5.0/ndbcluster.xml
   trunk/refman-5.1/ndbcluster.xml

Modified: trunk/refman-4.1/ndbcluster.xml
===================================================================
--- trunk/refman-4.1/ndbcluster.xml	2006-05-03 04:29:35 UTC (rev 2003)
+++ trunk/refman-4.1/ndbcluster.xml	2006-05-03 06:25:23 UTC (rev 2004)
@@ -10421,6 +10421,50 @@
               operations; however, it is supported for schema
               operations.
             </para>
+            
+            <para>
+              MySQL Cluster cannot produce a binlog for tables having
+              <literal>BLOB</literal> columns but no primary key.
+            </para>
+
+            <para>
+              Only the following schema operations are logged in a
+              cluster binlog which is <emphasis>not</emphasis> on the
+              <command>mysqld</command> executing the statement:
+            </para>
+
+            <itemizedlist>
+
+              <listitem>
+                <para>
+                  <literal>CREATE TABLE</literal>
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  <literal>ALTER TABLE</literal>
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  <literal>DROP TABLE</literal>
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  <literal>CREATE DATABASE</literal>
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  <literal>DROP DATABASE</literal>
+                </para>
+              </listitem>
+            </itemizedlist>
           </listitem>
 
           <listitem>

Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml	2006-05-03 04:29:35 UTC (rev 2003)
+++ trunk/refman-5.0/ndbcluster.xml	2006-05-03 06:25:23 UTC (rev 2004)
@@ -10419,6 +10419,52 @@
               operations; however, it is supported for schema
               operations.
             </para>
+            
+            <para>
+              MySQL Cluster cannot produce a binlog for tables having
+              <literal>BLOB</literal> columns but no primary key.
+            </para>
+
+            <para>
+              Only the following schema operations are logged in a
+              cluster binlog which is <emphasis>not</emphasis> on the
+              <command>mysqld</command> executing the statement:
+            </para>
+
+            <itemizedlist>
+
+              <listitem>
+                <para>
+                  <literal>CREATE TABLE</literal>
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  <literal>ALTER TABLE</literal>
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  <literal>DROP TABLE</literal>
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  <literal>CREATE DATABASE</literal> / <literal>CREATE
+                  SCHEMA</literal>
+                </para>
+              </listitem>
+
+              <listitem>
+                <para>
+                  <literal>DROP DATABASE</literal> / <literal>DROP
+                  SCHEMA</literal>
+                </para>
+              </listitem>
+            </itemizedlist>
           </listitem>
 
         </itemizedlist>

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-05-03 04:29:35 UTC (rev 2003)
+++ trunk/refman-5.1/ndbcluster.xml	2006-05-03 06:25:23 UTC (rev 2004)
@@ -12498,6 +12498,11 @@
               operations; however, it is supported for schema
               operations.
             </para>
+            
+            <para>
+              MySQL Cluster cannot produce a binlog for tables having
+              <literal>BLOB</literal> columns but no primary key.
+            </para>
 
             <para>
               Only the following schema operations are logged in a

Thread
svn commit - mysqldoc@docsrva: r2004 - in trunk: refman-4.1 refman-5.0 refman-5.1jon3 May