List:Internals« Previous MessageNext Message »
From:paul Date:July 26 2005 1:43pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3125)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.3125 05/07/26 08:43:07 paul@stripped +3 -0
  Add Monty's DELAYED note to DocBook.

  refman/sql-syntax.xml
    1.20 05/07/26 08:43:05 paul@stripped +8 -0
    Add Monty's DELAYED note to DocBook.

  refman-5.0/sql-syntax.xml
    1.25 05/07/26 08:43:05 paul@stripped +8 -0
    Sync.

  refman-4.1/sql-syntax.xml
    1.18 05/07/26 08:43:05 paul@stripped +8 -0
    Sync.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	frost.snake.net
# Root:	/Volumes/frost2/MySQL/bk/mysqldoc

--- 1.17/refman-4.1/sql-syntax.xml	2005-07-25 17:00:48 -05:00
+++ 1.18/refman-4.1/sql-syntax.xml	2005-07-26 08:43:05 -05:00
@@ -4591,6 +4591,14 @@
             </para>
           </listitem>
 
+          <listitem>
+            <para>
+              <literal>DELAYED</literal> is ignored on slave replication
+              servers because it could cause the slave to have different
+              data than the master.
+            </para>
+          </listitem>
+
         </itemizedlist>
 
 <!--  end_description_for_help_topic -->

--- 1.24/refman-5.0/sql-syntax.xml	2005-07-25 17:00:49 -05:00
+++ 1.25/refman-5.0/sql-syntax.xml	2005-07-26 08:43:05 -05:00
@@ -4421,6 +4421,14 @@
             </para>
           </listitem>
 
+          <listitem>
+            <para>
+              <literal>DELAYED</literal> is ignored on slave replication
+              servers because it could cause the slave to have different
+              data than the master.
+            </para>
+          </listitem>
+
         </itemizedlist>
 
 <!--  end_description_for_help_topic -->

--- 1.19/refman/sql-syntax.xml	2005-07-25 17:00:50 -05:00
+++ 1.20/refman/sql-syntax.xml	2005-07-26 08:43:05 -05:00
@@ -4597,6 +4597,14 @@
             </para>
           </listitem>
 
+          <listitem>
+            <para>
+              <literal>DELAYED</literal> is ignored on slave replication
+              servers because it could cause the slave to have different
+              data than the master.
+            </para>
+          </listitem>
+
         </itemizedlist>
 
 <!--  end_description_for_help_topic -->
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3125)paul26 Jul