Author: jstephens
Date: 2009-03-10 15:08:01 +0100 (Tue, 10 Mar 2009)
New Revision: 14179
Log:
Documented fix for RPL Bug #37313
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2009-03-10 14:03:58 UTC (rev 14178)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2009-03-10 14:08:01 UTC (rev 14179)
Changed blocks: 1, Lines Added: 28, Lines Deleted: 0; 859 bytes
@@ -6,6 +6,34 @@
]>
<changelog>
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="replication"/>
+ <manual type="binlog"/>
+ <manual type="server_id"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="37313"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.79"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Server IDs greater than 2147483647
+ (2<superscript>32</superscript> − 1) were represented by
+ negative numbers in the binary log.
+ </para>
+
+ </message>
+
+ </logentry>
+
<logentry entrytype="feature">
<tags>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r14179 - trunk/dynamic-docs/changelog | jon.stephens | 10 Mar |