Replication fixes
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
Showing
Please register or sign in to comment