• Andrei Elkin's avatar
    Bug #37313 BINLOG Contains Incorrect server id · c02752a0
    Andrei Elkin authored
      
    Signed integer format specifier forced to print the binlog header with server_id
    negative if the unsigned value sets the sign-bit ON.
      
    Fixed with correcting the specifier to correspond to typeof(server_id) == ulong.
    c02752a0
log_event.cc 166 KB