Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

svn commit - mysqldoc@docsrva: r7889 - in trunk: dynamic-docs/command-optvars refman-5.1

From: <jon(at)mysql.com>
Date: Thu Sep 20 2007 - 11:58:30 EDT


Author: jstephens
Date: 2007-09-20 17:58:27 +0200 (Thu, 20 Sep 2007) New Revision: 7889

Log:

Added CGE-6.3.3 changelog

Documented CGE bugfixes:
  Bug #30877, Bug #31082

Documented ndb_conflict_fn_max status variable (CGE 6.3.3)

Modified:

   trunk/dynamic-docs/command-optvars/mysqld.xml
   trunk/refman-5.1/mysql-cluster.xml
   trunk/refman-5.1/news-5.1.xml

Modified: trunk/dynamic-docs/command-optvars/mysqld.xml


  • trunk/dynamic-docs/command-optvars/mysqld.xml 2007-09-20 13:44:12 UTC (rev 7888) +++ trunk/dynamic-docs/command-optvars/mysqld.xml 2007-09-20 15:58:27 UTC (rev 7889) Changed blocks: 1, Lines Added: 19, Lines Deleted: 0; 1275 bytes

@@ -2257,6 +2257,25 @@

       
     

   </option>
+  
   
Do you need help?X

Modified: trunk/refman-5.1/mysql-cluster.xml


  • trunk/refman-5.1/mysql-cluster.xml 2007-09-20 13:44:12 UTC (rev 7888) +++ trunk/refman-5.1/mysql-cluster.xml 2007-09-20 15:58:27 UTC (rev 7889) Changed blocks: 1, Lines Added: 8, Lines Deleted: 0; 753 bytes

@@ -21552,6 +21552,14 @@
 

       </formalpara>  

+      
+        Beginning with MySQL 5.1.22-ndb-6.3.3, a server status variable
+        ndb_conflict_fn_max provides a count of the
+        number of times that conflict resolution for has been applied on
+        the current SQL node since the last time that
+        mysqld was started.
+      
+
       
         conflict resolution
         enabling

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


  • trunk/refman-5.1/news-5.1.xml 2007-09-20 13:44:12 UTC (rev 7888) +++ trunk/refman-5.1/news-5.1.xml 2007-09-20 15:58:27 UTC (rev 7889) Changed blocks: 7, Lines Added: 149, Lines Deleted: 6; 7235 bytes

@@ -682,9 +682,9 @@

       &mccge-series; releases based on MySQL 5.1.22.
     
 
  • <section id="news-5-1-22-ndb-6-3-2"> + <section id="news-5-1-22-ndb-6-3-3">
  • <title>Changes in release MySQL 5.1.22-ndb-6.3.2-beta (Not yet released)</title> + <title>Changes in release MySQL 5.1.22-ndb-6.3.3-beta (20 September 2007)</title>
       
         This is a new Beta development release, fixing recently

@@ -696,8 +696,107 @@
[js] Uncomment next para following release.
Do you need more help?X
+ + Like all releases for &mccge-series;, this is a source-only + release which you must compile and install using the + instructions found in , and + in . You can download + the source code archive for this release from the MySQL FTP site + at + ftp://ftp.mysql.com/pub/mysql/download/cluster_telco/mysql-5.1.22-ndb-6.3.3"/>. + The file + mysqlcom-5.1.22-ndb-6.3.3-telco.tar.gz in + this directory contains the complete source archive. + + + + NOTE: Although MySQL has worked + very hard to ensure a high level of quality, protect your data + by making a backup as you would for any software beta release. + Please refer to our bug database at + http://bugs.mysql.com/"/> for more details about the + individual bugs fixed in this version. + + + + This Beta release incorporates all bugfixes and feature changes + made in MySQL 5.1.19-ndb-6.3.0, MySQL 5.1.19-ndb-6.3.1, and + MySQL 5.1.19-ndb-6.3.2, as well as all bugfixes and feature + changes which were added in the mainline 5.1.21 and 5.1.22 + releases; information about these can be found in + and . +

+
 <!--
+        
+          
+            
+            Upgrading to MySQL 5.1.18-ndb-6.2.1 from a previous release
+            
+            
+              
+            
+            
+          
+          
+        
+-->
+
       
+        Functionality added or changed:
Can we help you?X
+
+ + + + + + A server status variable + ndb_conflict_fn_max now provides a count + of the number of times that conflict resolution for MySQL + Cluster Replication has been applied. + + + + See + , + for more information. + + + + + + + This release fixes the following bug: + + + + + + + Errors could sometimes occur during an online ADD + COLUMN under load. (Bug #31082) + + + + + + + +
+ + Changes in release MySQL 5.1.22-ndb-6.3.2-beta (07 September 2007) + + + This is a new Beta development release, fixing recently + discovered bugs and incorporating improvements made since the + previous &mccge-series; release. + + + + [js] Uncomment next para following release. + + + Like all releases for &mccge-series;, this is a source-only release which you must compile and install using the instructions found in , and
@@ -709,7 +808,6 @@
mysqlcom-5.1.22-ndb-6.3.2-telco.tar.gz in this directory contains the complete source archive.

--->  
       
         NOTE: Although MySQL has worked
Can't find what you're looking for?X

@@ -819,6 +917,37 @@
 

         
           
+            NDB Cluster: An insufficiently
+            descriptive and potentially misleading Error 4006
+            (Connect failure - out of connection
+            objects...) was produced when either of the
+            following two conditions occurred:
+
+            
+
+              
+                
+                  There were no more transaction records in the
+                  transaction coordinator
+                
+              
+
+              
+                
+                  an Ndb object in the NDB API was
+                  initialized with insufficient parallellism
+                
+              
+
+            
+
+            Separate error messages are now generated for each of these
+            two cases. (Bug #11313)
+          
+        
+
+        
+          
             For micro-GCPs, fixed the assignment of fake
             CGI events so that they do not cause buckets to be sent out
             of order. Now, when assigning a GCI to a non-GCI event (that

@@ -829,20 +958,27 @@
+ + + When an NDB event was left behind but the + corresponding table was later recreated and received a new + table ID, the event could not be dropped. (Bug #30877) + + +
- Changes in release MySQL 5.1.22-ndb-6.2.6-beta (Not yet released)
Don't know where to look next?X
+ Changes in release MySQL 5.1.22-ndb-6.2.6-beta (20 September 2007) This is a new Beta development release, fixing recently discovered bugs. -