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

windows fixies
parent c9eb25a2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment