mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
13 lines
773 B
Text
13 lines
773 B
Text
|
set session binlog_format=row;
|
||
|
ERROR HY000: The NDB cluster engine does not support changing the binlog format on the fly yet
|
||
|
set session binlog_format=statement;
|
||
|
ERROR HY000: The NDB cluster engine does not support changing the binlog format on the fly yet
|
||
|
set global binlog_format=row;
|
||
|
ERROR HY000: The NDB cluster engine does not support changing the binlog format on the fly yet
|
||
|
set global binlog_format=statement;
|
||
|
ERROR HY000: The NDB cluster engine does not support changing the binlog format on the fly yet
|
||
|
set session binlog_format=default;
|
||
|
ERROR HY000: The NDB cluster engine does not support changing the binlog format on the fly yet
|
||
|
set global binlog_format=default;
|
||
|
ERROR HY000: The NDB cluster engine does not support changing the binlog format on the fly yet
|