List:Commits« Previous MessageNext Message »
From:stefan Date:August 29 2006 5:01pm
Subject:svn commit - mysqldoc@docsrva: r3123 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: shinz
Date: 2006-08-29 19:01:54 +0200 (Tue, 29 Aug 2006)
New Revision: 3123

Log:
Explain that online backup, a future feature, will provide functionality similar to LOAD DATA/TABLE FROM MASTER (which is deprecated now)

Modified:
   trunk/refman-4.1/sql-syntax.xml
   trunk/refman-5.0/sql-syntax.xml
   trunk/refman-5.1/sql-syntax.xml


Modified: trunk/refman-4.1/sql-syntax.xml
===================================================================
--- trunk/refman-4.1/sql-syntax.xml	2006-08-29 16:51:06 UTC (rev 3122)
+++ trunk/refman-4.1/sql-syntax.xml	2006-08-29 17:01:54 UTC (rev 3123)
Changed blocks: 3, Lines Added: 12, Lines Deleted: 8; 1556 bytes

@@ -6,6 +6,8 @@
   %fixedchars.entities;
   <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
   %urls.entities;
+  <!ENTITY % phrases.entities     SYSTEM "../refman-common/phrases.ent">
+  %phrases.entities;
   <!ENTITY % versions.entities    SYSTEM "versions.ent">
   %versions.entities;
 ]>

@@ -18358,10 +18360,11 @@
 
         <remark role="help-description-begin"/>
         
-        <para role="deprecated">
-          <emphasis role="bold">This feature is deprecated.</emphasis>
-          We recommend not to use it any more. It will be removed in a
-          future version.
+        &deprecated-feature-warning;
+        
+        <para>
+          A feature similar to this functionality will be implemented
+          with online backup in a future MySQL version.
         </para>
 
         <para>

@@ -18481,10 +18484,11 @@
 
         <remark role="help-description-begin"/>
 
-        <para role="deprecated">
-          <emphasis role="bold">This feature is deprecated.</emphasis>
-          We recommend not to use it any more. It will be removed in a
-          future version.
+        &deprecated-feature-warning;
+        
+        <para>
+          A feature similar to this functionality will be implemented
+          with online backup in a future MySQL version.
         </para>
         
         <para>


Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml	2006-08-29 16:51:06 UTC (rev 3122)
+++ trunk/refman-5.0/sql-syntax.xml	2006-08-29 17:01:54 UTC (rev 3123)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 0; 1021 bytes

@@ -20420,6 +20420,11 @@
         &deprecated-feature-warning;
         
         <para>
+          A feature similar to this functionality will be implemented
+          with online backup in a future MySQL version.
+        </para>
+
+        <para>
           This statement takes a snapshot of the master and copies it to
           the slave. It updates the values of
           <literal>MASTER_LOG_FILE</literal> and

@@ -20537,6 +20542,11 @@
         <remark role="help-description-begin"/>
 
         &deprecated-feature-warning;
+        
+        <para>
+          A feature similar to this functionality will be implemented
+          with online backup in a future MySQL version.
+        </para>
 
         <para>
           Transfers a copy of the table from the master to the slave.


Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml	2006-08-29 16:51:06 UTC (rev 3122)
+++ trunk/refman-5.1/sql-syntax.xml	2006-08-29 17:01:54 UTC (rev 3123)
Changed blocks: 2, Lines Added: 11, Lines Deleted: 1; 1113 bytes

@@ -21937,7 +21937,12 @@
 
         <remark role="help-description-begin"/>
 
-        &deprecated-feature-warning;        
+        &deprecated-feature-warning;
+        
+        <para>
+          A feature similar to this functionality will be implemented
+          with online backup in a future MySQL version.
+        </para>
 
         <para>
           This statement takes a snapshot of the master and copies it to

@@ -22059,6 +22064,11 @@
         &deprecated-feature-warning;
         
         <para>
+          A feature similar to this functionality will be implemented
+          with online backup in a future MySQL version.
+        </para>
+
+        <para>
           Transfers a copy of the table from the master to the slave.
           This statement is implemented mainly debugging <literal>LOAD
           DATA FROM MASTER</literal> operations. To use <literal>LOAD


Thread
svn commit - mysqldoc@docsrva: r3123 - in trunk: refman-4.1 refman-5.0 refman-5.1stefan29 Aug