• unknown's avatar
    Replication fixes · 4788f471
    unknown authored
    
    sql/log_event.cc:
      changed uint to uint32 in all places where the code depended on 
      sizeof(uint) to be 4
    sql/log_event.h:
      changed uint to uint32 in all places where the code depended on 
      sizeof(uint) to be 4
    sql/slave.cc:
      Monty's I64 fix broke my fprintf(), to fix it, changed to use llstr() 
      to print mi->pos that has become ulonglong
    4788f471
log_event.h 9.33 KB