List:Commits« Previous MessageNext Message »
From:jon Date:April 12 2007 2:19am
Subject:svn commit - mysqldoc@docsrva: r5845 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-04-12 04:19:45 +0200 (Thu, 12 Apr 2007)
New Revision: 5845

Log:

Edited ndb_restore 5.1.18 changelog items.



Modified:
   trunk/refman-5.1/news-5.1.xml


Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml	2007-04-11 23:09:21 UTC (rev 5844)
+++ trunk/refman-5.1/news-5.1.xml	2007-04-12 02:19:45 UTC (rev 5845)
Changed blocks: 1, Lines Added: 26, Lines Deleted: 12; 1932 bytes

@@ -110,21 +110,35 @@
 
       <listitem>
         <para>
-          <literal>NDB Cluster</literal>: It is now possible to restore
-          selected databases or tables using
-          <command>ndb_restore</command>. (Bug #26899)
+          <literal>NDB Cluster</literal>: The behavior of the
+          <command>ndb_restore</command> utility has been changed as
+          follows:
+          
+          <itemizedlist><listitem>
+            <para>
+              It is now possible to restore selected databases or tables
+              using <command>ndb_restore</command>. (Bug #26899)
+            </para>
+          </listitem>
+            
+            <listitem>
+              <para>
+                <literal>NDB Cluster</literal>: Several options have been
+                added for use with <command>ndb_restore
+                  <option>--print_data</option></command> to facilitate the
+                creation of structured data dump files. These options
+                can be used to make dumps made using
+                <command>ndb_restore</command> more like those produced
+                by <command>mysqldump</command>. (Bug #26900)
+              </para>
+            </listitem>
+          </itemizedlist>
+          
+          For details of these changes, see <xref linkend="mysql-cluster-restore"/>.
         </para>
+        
       </listitem>
 
-      <listitem>
-        <para>
-          <literal>NDB Cluster</literal>: Several options have been
-          added for use with <command>ndb_restore
-          <option>--print_data</option></command> to facilitate the
-          creation of data dump files. (Bug #26900)
-        </para>
-      </listitem>
-
     </itemizedlist>
 
     <para>


Thread
svn commit - mysqldoc@docsrva: r5845 - trunk/refman-5.1jon12 Apr