Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.4.13, 10.5.3
-
None
Description
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 |
|
+---------+-------+----------+------------------------------------------------------------------+
|
Attachments
Issue Links
- relates to
-
MDEV-22617 Galera node crashes when trying to log to slow_log table in streaming replication mode
- Closed