Comment 1 for bug 887564

Revision history for this message
Seppo Jaakola (seppo-jaakola) wrote :

Implementation pushed in r3628 :http://bazaar.launchpad.net/~codership/codership-mysql/wsrep-5.5/revision/3628

new variable wsrep_forced_binlog_format accepts values:
   ROW
   STATEMENT
   MIXED
   NONE

...so the same as with binlog_format + NONE, which works as resetting the forced state of binlog format interpretation.