Commit ec22bd23 authored by tnurnberg@sin.intern.azundris.com's avatar tnurnberg@sin.intern.azundris.com
Browse files

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

Windows fixies
parent cac7c413
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1957,7 +1957,7 @@ bool MYSQL_LOG::write(THD *thd, IO_CACHE *cache, Log_event *commit_event)
            {
              /* we've got a full event-header, and it came in one piece */

              char *log_pos= cache->read_pos + hdr_offs + LOG_POS_OFFSET;
              char *log_pos= (char *)cache->read_pos + hdr_offs + LOG_POS_OFFSET;

              /* fix end_log_pos */
              val= uint4korr(log_pos) + group;