mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
9 lines
309 B
Text
9 lines
309 B
Text
|
#
|
||
|
# MDEV-18353 Shutdown may miss to wait for connection thread
|
||
|
#
|
||
|
call mtr.add_suppression('Thread .* did not exit');
|
||
|
set @old_dbug=@@global.debug_dbug;
|
||
|
set global debug_dbug='+d,CONNECT_wait';
|
||
|
select variable_value into @cons from information_schema.global_status where variable_name='connections';
|
||
|
# restart
|