List:Commits« Previous MessageNext Message »
From:jon.stephens Date:February 26 2009 10:15am
Subject:svn commit - mysqldoc@docsrva: r13944 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2009-02-26 11:15:40 +0100 (Thu, 26 Feb 2009)
New Revision: 13944

Log:

Updated changelog entry regarding ndb_optimized_node_selection change

(Ref. previous commit)



Modified:
   trunk/dynamic-docs/changelog/mysqld.xml


Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml	2009-02-26 09:49:59 UTC (rev 13943)
+++ trunk/dynamic-docs/changelog/mysqld.xml	2009-02-26 10:15:40 UTC (rev 13944)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 1; 1250 bytes

@@ -106632,6 +106632,7 @@
 
     <tags>
       <highlight type="cluster"/>
+      <highlight type="incompatiblechange"/>
       <manual type="transactions"/>
       <manual type="mysqld"/>
       <manual type="ndb_optimized_node_selection"/>

@@ -106647,7 +106648,15 @@
         The <option>--ndb_optimized_node_selection</option> startup
         option for <command>mysqld</command> now allows a wider range of
         values and corresponding behaviors for SQL nodes when selecting
-        a transaction coordinator. See
+        a transaction coordinator.
+      </para>
+
+      <para>
+        You should be aware that the default value and behavior as well
+        as the value type used for this option have changed, and that
+        you may need to update the setting used for this option in your
+        <filename>my.cnf</filename> file prior to upgrading
+        <command>mysqld</command>. See
         <xref linkend="server-system-variables"/>, for more information.
       </para>
 


Thread
svn commit - mysqldoc@docsrva: r13944 - trunk/dynamic-docs/changelogjon.stephens26 Feb