• unknown's avatar
    Replication fixes · b1cc91fa
    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
    b1cc91fa
log_event.cc 16.2 KB