1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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:31:47 +02:00
parent 3a42a50fd8
commit 56b463a95c

View File

@@ -3963,7 +3963,7 @@ int MYSQL_BIN_LOG::write_cache(IO_CACHE *cache, bool lock_log, bool sync_log)
split.
*/
group= my_b_tell(&log_file);
group= (uint)my_b_tell(&log_file);
hdr_offs= carry= 0;
do