mirror of
https://github.com/MariaDB/server.git
synced 2025-08-17 06:42:17 +03:00
Do not allow server to start if binlog_format is set to a format other than ROW. Also restrict the change of GLOBAL/SESSION binlog_format value at runtime.
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
--source include/have_wsrep.inc
|
|
--source include/have_binlog_format_row.inc
|
|
|
|
--echo
|
|
--echo #
|
|
--echo # MDEV#5687: Maria doesn't shutdown following upgrade to 5.5.35-galera
|
|
--echo #
|
|
|
|
# Note: This test is to ensure that server shuts down properly.
|
|
SELECT @@GLOBAL.thread_handling;
|
|
|
|
--echo # End of test.
|