List:Commits« Previous MessageNext Message »
From:jon.stephens Date:May 6 2009 2:43pm
Subject:svn commit - mysqldoc@docsrva: r14825 - in trunk: dynamic-docs/changelog refman-5.0 refman-6.0
View as plain text  
Author: jstephens
Date: 2009-05-06 16:43:34 +0200 (Wed, 06 May 2009)
New Revision: 14825

Log:

Updated changelog entries with version 6.0 info



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml
   trunk/refman-5.0/sql-syntax-replication.xml
   trunk/refman-6.0/replication-notes.xml
   trunk/refman-6.0/sql-syntax-replication.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2009-05-06 13:04:12 UTC (rev 14824)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2009-05-06 14:43:34 UTC (rev 14825)
Changed blocks: 6, Lines Added: 6, Lines Deleted: 0; 1090 bytes

@@ -19,6 +19,7 @@
 
     <versions>
       <version ver="5.1.35"/>
+      <version ver="6.0.12"/>
     </versions>
 
     <message>

@@ -83,6 +84,7 @@
     <versions>
       <version ver="5.0.82"/>
       <version ver="5.1.35"/>
+      <version ver="6.0.12"/>
     </versions>
 
     <message>

@@ -115,6 +117,7 @@
     <versions>
       <version ver="5.0.82"/>
       <version ver="5.1.35"/>
+      <version ver="6.0.12"/>
     </versions>
 
     <message>

@@ -145,6 +148,7 @@
 
     <versions>
       <version ver="5.1.35"/>
+      <version ver="6.0.12"/>
     </versions>
 
     <message>

@@ -218,6 +222,7 @@
 
     <versions>
       <version ver="5.1.35"/>
+      <version ver="6.0.12"/>
     </versions>
 
     <message>

@@ -246,6 +251,7 @@
 
     <versions>
       <version ver="5.1.35"/>
+      <version ver="6.0.12"/>
     </versions>
 
     <message>


Modified: trunk/refman-5.0/sql-syntax-replication.xml
===================================================================
--- trunk/refman-5.0/sql-syntax-replication.xml	2009-05-06 13:04:12 UTC (rev 14824)
+++ trunk/refman-5.0/sql-syntax-replication.xml	2009-05-06 14:43:34 UTC (rev 14825)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 0; 988 bytes

@@ -1225,6 +1225,19 @@
         threads to be stopped.
       </para>
 
+      <note>
+        <para>
+          The transactional behavior of <literal role="stmt">STOP
+          SLAVE</literal> changed in MySQL 5.0.82. Previously, it took
+          effect immediately; beginning with MySQL 5.0.82, it waits
+          until the current replication event group (if any) has
+          finished executing, or until the user issues a
+          <literal role="stmt" condition="kill">KILL QUERY</literal> or
+          <literal role="stmt" condition="kill">KILL
+          CONNECTION</literal> statement. (Bug #319, Bug #38205)
+        </para>
+      </note>
+
       <remark role="help-description-end"/>
 
       <para>


Modified: trunk/refman-6.0/replication-notes.xml
===================================================================
--- trunk/refman-6.0/replication-notes.xml	2009-05-06 13:04:12 UTC (rev 14824)
+++ trunk/refman-6.0/replication-notes.xml	2009-05-06 14:43:34 UTC (rev 14825)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 599 bytes

@@ -1014,7 +1014,7 @@
       </para>
 
       <para>
-        Beginning with MySQL 6.0.10, the statements
+        Beginning with MySQL 6.0.12, the statements
         <literal role="stmt" condition="drop-procedure">DROP PROCEDURE
         IF EXISTS</literal> and
         <literal role="stmt" condition="drop-function">DROP FUNCTION IF


Modified: trunk/refman-6.0/sql-syntax-replication.xml
===================================================================
--- trunk/refman-6.0/sql-syntax-replication.xml	2009-05-06 13:04:12 UTC (rev 14824)
+++ trunk/refman-6.0/sql-syntax-replication.xml	2009-05-06 14:43:34 UTC (rev 14825)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 0; 988 bytes

@@ -1147,6 +1147,19 @@
         threads to be stopped.
       </para>
 
+      <note>
+        <para>
+          The transactional behavior of <literal role="stmt">STOP
+          SLAVE</literal> changed in MySQL 6.0.12. Previously, it took
+          effect immediately; beginning with MySQL 6.0.12, it waits
+          until the current replication event group (if any) has
+          finished executing, or until the user issues a
+          <literal role="stmt" condition="kill">KILL QUERY</literal> or
+          <literal role="stmt" condition="kill">KILL
+          CONNECTION</literal> statement. (Bug #319, Bug #38205)
+        </para>
+      </note>
+
       <remark role="help-description-end"/>
 
       <para>


Thread
svn commit - mysqldoc@docsrva: r14825 - in trunk: dynamic-docs/changelog refman-5.0 refman-6.0jon.stephens6 May