Bug #3400 In 3.23 -> 4.0 replication, Exec_master_log_pos is too big by 6 bytes
Submitted: 6 Apr 2004 16:05 Modified: 6 Apr 2004 16:05
Reporter: Guilhem Bichot Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S2 (Serious)
Version:4.0 OS:Any (all)
Assigned to: CPU Architecture:Any

[6 Apr 2004 16:05] Guilhem Bichot
Description:
If master is 3.23 and slave is 4.0, the value in Exec_master_log_pos in SHOW SLAVE STATUS is too big by 6 bytes.

How to repeat:
set up 3.23->4.0 replication and do SHOW SLAVE STATUS.

Suggested fix:
This is because the 4.0 slave converts 3.23 events it reads into the 4.0 format which has 6 more bytes.
[6 Apr 2004 16:05] Guilhem Bichot
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

Additional info:

Fixed in ChangeSet@1.1739.6.1, 2004-04-07 00:57:14+02:00, guilhem@mysql.com