summaryrefslogtreecommitdiff
path: root/mysql-test/suite/wsrep/t/pool_of_threads.test
blob: dbf429e3f012dd5c67d290b6ffecb6dbb4ea9313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--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.