Bug #4506 mysqlbinlog --position --read-from-remote-server has wrong "# at" lines
Submitted: 11 Jul 2004 10:23 Modified: 17 Jul 2004 17:15
Reporter: Guilhem Bichot Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:4.0 OS:Any (all)
Assigned to: Guilhem Bichot CPU Architecture:Any

[11 Jul 2004 10:23] Guilhem Bichot
Description:
The "# at 4" should read "# at 79" below:

[guilhem@gbichot2 client]$ ./mysqlbinlog -R -j79 gbichot2-bin.001 | head
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
# at 0
#700101  1:00:00 server id 1  log_pos 0         Rotate to gbichot2-bin.001  pos: 79
# at 4
#040707 17:40:38 server id 1  log_pos 79        Query   thread_id=3     exec_time=1     error_code=0
use test;
SET TIMESTAMP=1089214838;
drop table if exists t;

How to repeat:
use the above mysqlbinlog command
[17 Jul 2004 17:15] 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:

ChangeSet@1.1897.1.1, 2004-07-17 16:58:16+02:00, guilhem@mysql.com