mariadb/mysql-test/suite/wsrep/t/pool_of_threads.test
2017-06-29 23:03:30 +05:30

12 lines
309 B
Text

--source include/have_wsrep_enabled.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.