• unknown's avatar
    Reorder struct elements to be more optimal for 64 bit computers · d4a7867a
    unknown authored
    (Main reason for reordering was to get rid of compiler warnings for order of element initialization)
    
    
    sql/log.cc:
      Remove compiler warning
    sql/sql_class.h:
      Reorder MYSQL_LOG struct elements to be more optimal for 64 bit computers
      (Main reason for reordering was to get rid of compiler warnings for order of element initialization)
    d4a7867a
log.cc 86.5 KB