1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-05 12:42:17 +03:00
Files
mariadb/mysql-test/suite/wsrep/t/pool_of_threads.test
Sachin Setiya de3201df3f Fix MDEV-12758
2017-06-29 23:03:30 +05:30

13 lines
309 B
Plaintext

--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.