1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Have mysqltest first send SIGABRT, then SIGKILL

This is to get core's in mysql-test-run if server doesn't die in shutdown
This commit is contained in:
Monty
2017-08-09 23:52:13 +03:00
committed by Sergei Golubchik
parent 25c06f5282
commit e208100d44
2 changed files with 43 additions and 14 deletions

View File

@ -127,7 +127,7 @@ INSERT INTO bug56680_2 VALUES(1,_latin1 0xdf,1);
SELECT HEX(b) FROM bug56680_2 LIMIT 3;
CHECK TABLE bug56680_2;
--let $shutdown_timeout=1
--let $shutdown_timeout=0
--source include/restart_mysqld.inc
CHECK TABLE bug56680_2;