mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
15 lines
516 B
Text
15 lines
516 B
Text
-- source include/have_ndb.inc
|
|
-- source include/have_log_bin.inc
|
|
|
|
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
|
|
set session binlog_format=row;
|
|
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
|
|
set session binlog_format=statement;
|
|
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
|
|
set global binlog_format=row;
|
|
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
|
|
set global binlog_format=statement;
|
|
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
|
|
set session binlog_format=default;
|
|
--error ER_NDB_CANT_SWITCH_BINLOG_FORMAT
|
|
set global binlog_format=default;
|