List:Commits« Previous MessageNext Message »
From:jon Date:March 21 2007 6:53am
Subject:svn commit - mysqldoc@docsrva: r5485 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-03-21 07:53:19 +0100 (Wed, 21 Mar 2007)
New Revision: 5485

Log:

Commented out reference to symlinks, since they don't seem to work.



Modified:
   trunk/refman-5.1/mysql-cluster.xml


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2007-03-21 00:52:11 UTC (rev 5484)
+++ trunk/refman-5.1/mysql-cluster.xml	2007-03-21 06:53:19 UTC (rev 5485)
Changed blocks: 2, Lines Added: 29, Lines Deleted: 2; 1628 bytes

@@ -17213,7 +17213,30 @@
         exist on the slave, it is created by
         <command>ndb_restore</command>. (Bug #14612)
       </para>
-
+      
+      <remark>
+        [js] Commenting out until I get answers to some questions...
+      </remark>
+<!--      
+      <para>
+        The <literal>ndb_schema</literal> table is defined as shown
+        here:
+        
+<programlisting>
+CREATE TABLE ndb_schema ( 
+    db VARBINARY(63) NOT NULL,
+    name VARBINARY(63) NOT NULL,
+    slock BINARY(32) NOT NULL,
+    query BLOB NOT NULL,
+    node_id INT UNSIGNED NOT NULL,
+    epoch BIGINT UNSIGNED NOT NULL,
+    id INT UNSIGNED NOT NULL,
+    version INT UNSIGNED NOT NULL,
+    type INT UNSIGNED NOT NULL,
+    PRIMARY KEY USING HASH (db,name) ) ENGINE=NDB
+</programlisting>
+      </para>
+-->
     </section>
 
     <section id="mysql-cluster-replication-preparation">

@@ -18742,7 +18765,11 @@
         You may use absolute and relative filesystem paths with
         <literal>ADD UNDOFILE</literal> and <literal>ADD
         DATAFILE</literal>. Relative paths are calculated relative to
-        the data node's data directory. You may also use symbolic links.
+        the data node's data directory. 
+        <remark role="note">
+          [js] Or maybe not... Have asked Jeb to resolve this issue.
+        </remark>
+        <!--You may also use symbolic links.-->
       </para>
 
       <para>


Thread
svn commit - mysqldoc@docsrva: r5485 - trunk/refman-5.1jon21 Mar