mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Analysis: Currently you can set binlog_format to STATEMENT or MIXED even when they are not really supported by galera. Fix: Produce an error message if binlog_format is set to STATEMENT or MIXED and wsrep_on = ON. Added a test case for this.
5 lines
101 B
PHP
5 lines
101 B
PHP
-- require r/have_wsrep.require
|
|
disable_query_log;
|
|
show variables like 'wsrep_on';
|
|
enable_query_log;
|