Bug #62493 | server should issue warning when changing binlog_format | ||
---|---|---|---|
Submitted: | 21 Sep 2011 17:16 | Modified: | 4 Feb 2013 5:20 |
Reporter: | Morgan Tocker | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.5 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Sep 2011 17:16]
Morgan Tocker
[21 Sep 2011 17:48]
Valeriy Kravchuk
Thank you for the problem report.
[15 Jan 2013 8:16]
Jon Stephens
I'll look at improving docs, then get back with Dev on possibly improving the error/warning message situation.
[24 Jan 2013 17:05]
Jon Stephens
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.
[24 Jan 2013 17:07]
Jon Stephens
Having fixed the docs issues, I'm reverting this bug to Development for further resolution.
[4 Feb 2013 5:18]
Manish Kumar
The docs have been updated and this should be enough to fix the bug: "If you are using InnoDB tables and the transaction isolation level is READ. COMMITTED or READ UNCOMMITTED, only row-based logging can be used. It is. possible to change the logging format to STATEMENT, but doing so at runtime leads very rapidly to errors because InnoDB can no longer perform inserts."