|
When having wsrep_trx_fragment_size set to a non-zero value on a Galera
node, any CHECK TABLE command will fail with
"Streaming replication not supported with binlog_format=STATEMENT"
which looks pretty weird as with Galera binlog_format=ROW is enforced, and STATEMENT is not even possible.
MariaDB [test]> check table t1;
|
+---------+-------+----------+------------------------------------------------------------------+
|
| Table | Op | Msg_type | Msg_text |
|
+---------+-------+----------+------------------------------------------------------------------+
|
| test.t1 | check | Error | Streaming replication not supported with binlog_format=STATEMENT |
|
| test.t1 | check | error | Corrupt |
|
+---------+-------+----------+------------------------------------------------------------------+
|
|