• guilhem@mysql.com's avatar
    log_event.cc: · 66daa0d2
    guilhem@mysql.com authored
      cast sql_mode to ulonglong before int8store, otherwise the implementation of int8store
      based on >> complains that we do 32-bit var >> 32 which is undefined according to C standard.
      (compiler warning appeared on SGI Irix)
    66daa0d2
log_event.cc 135 KB