Yo <nomail (AT) nomail_invalid (DOT) net> wrote:
[Transaction Level READ-COMMITTED in InnoDB is not Safe
for Binlog Mode STATEMENT]
Quote:
FYI, it seems that setting binary logging mode to RAW instead of
STATEMENT (default value) solve this issue. |
ITYM binlog mode is ROW now. And yes, this will work, just
like binlog mode MIXED.
See: http://dev.mysql.com/doc/refman/5.1/...g-formats.html
But the much better way out would have been to not use the
READ-COMMITTED transaction isolation level but to stay with
the default REPEATABLE-READ. Or do you have a good reason
for using READ-COMMITTED?
See: http://dev.mysql.com/doc/refman/5.1/...ansaction.html
XL