Description:
Hi
I have upgraded mysql 5.0.45 to 5.1.37 on red hat release 5.1 (Tikanga)
after upgrading it starts giving error on every update "Binary logging not possible. Message: Transaction level 'READ-UNCOMMITTED' in InnoDB is not safe for binlog mode 'STATEMENT'"
& after that we have changed Transaction level to READ-COMMITTED then again the same error is coming & again changed to Transaction level to REPEATABLE-READ then too same error
after that we changed binlog mode to "ROW" then it resolve the error but mysqlbinlog giving error
"ERROR: Error in Log_event::read_log_event(): 'read error', data_len: 44040192, event_type: -16
ERROR: Could not read entry at offset 97954: Error in log format or read error."
& even after after changing binlog mode to MIXED the same error comes from mysqlbinlog
we aren't able to start replication
please suggest, how can i resolve the problem
Regards
Sonika
How to repeat:
Hi
I have upgraded mysql 5.0.45 to 5.1.37 on red hat release 5.1 (Tikanga)
after upgrading it starts giving error on every update "Binary logging not possible. Message: Transaction level 'READ-UNCOMMITTED' in InnoDB is not safe for binlog mode 'STATEMENT'"
& after that we have changed Transaction level to READ-COMMITTED then again the same error is coming & again changed to Transaction level to REPEATABLE-READ then too same error
after that we changed binlog mode to "ROW" then it resolve the error but mysqlbinlog giving error
"ERROR: Error in Log_event::read_log_event(): 'read error', data_len: 44040192, event_type: -16
ERROR: Could not read entry at offset 97954: Error in log format or read error."
& even after after changing binlog mode to MIXED the same error comes from mysqlbinlog
we aren't able to start replication
please suggest, how can i resolve the problem
Regards
Sonika