• unknown's avatar
    Reducing risk for incorrect merges. Since we are multiple teams working on · b6975a83
    unknown authored
    different features, adding numbering to enums reduce the risk that code will
    be merged incorrectly.  This particular enum must have fixed values to ensure
    that an upgraded server always can read old logs.  I added this, since I 
    noticed the incorrect order in the RBR clone.
    
    
    sql/log_event.h:
      Added numbering of enum values
    b6975a83
log_event.h 52.3 KB