Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB

windows fixies
This commit is contained in:
unknown 2007-06-27 09:30:29 +02:00
parent c000df3dc1
commit 4fa62524a4

View File

@ -1886,7 +1886,7 @@ bool MYSQL_LOG::write(THD *thd, IO_CACHE *cache, Log_event *commit_event)
split.
*/
group= my_b_tell(&log_file);
group= (uint)my_b_tell(&log_file);
hdr_offs= carry= 0;
do