From: Tatjana A Nuernberg Date: June 27 2007 7:30am Subject: bk commit into 5.0 tree (tnurnberg:1.2506) BUG#22540 List-Archive: http://lists.mysql.com/commits/29685 X-Bug: 22540 Message-Id: Below is the list of changes that have just been committed into a local 5.0 repository of tnurnberg. When tnurnberg does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2007-06-27 09:30:29+02:00, tnurnberg@stripped +1 -0 Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB windows fixies sql/log.cc@stripped, 2007-06-27 09:30:27+02:00, tnurnberg@stripped +1 -1 Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB windows fixies diff -Nrup a/sql/log.cc b/sql/log.cc --- a/sql/log.cc 2007-06-25 18:41:15 +02:00 +++ b/sql/log.cc 2007-06-27 09:30:27 +02:00 @@ -1886,7 +1886,7 @@ bool MYSQL_LOG::write(THD *thd, IO_CACHE split. */ - group= my_b_tell(&log_file); + group= (uint)my_b_tell(&log_file); hdr_offs= carry= 0; do