Comment 8 for bug 805805

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Not reproducible on 5.1. MTR testcase for this bug is same as for bug 1060136:

--source include/not_windows.inc

let $mysqld_pid_file=`SELECT @@GLOBAL.pid_file`;

system kill -STOP `cat $mysqld_pid_file`;
system kill -CONT `cat $mysqld_pid_file`;

# Server gone!
SELECT 2+2;