1#
2# MDEV-18353 Shutdown may miss to wait for connection thread
3#
4call mtr.add_suppression('Thread .* did not exit');
5set @old_dbug=@@global.debug_dbug;
6set global debug_dbug='+d,CONNECT_wait';
7select variable_value into @cons from information_schema.global_status where variable_name='connections';
8# restart
9