1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

remove two redundant *.inc files to restart a server

namely, restart_mysqld_with_option.inc and kill_and_restart_mysqld.inc -
use restart_mysqld.inc instead.

Also remove innodb_wl6501_crash_stripped.inc that wasn't used anywhere.
This commit is contained in:
Sergei Golubchik
2017-03-12 11:18:51 +01:00
parent 143e771dee
commit d6d994bf42
21 changed files with 32 additions and 86 deletions

View File

@ -43,7 +43,6 @@ a
3
BEGIN;
INSERT INTO t2 VALUES (42);
# Kill and restart
disconnect con1;
disconnect con2;
connection default;
@ -98,7 +97,6 @@ SELECT info FROM information_schema.processlist
WHERE state = 'debug sync point: before_row_upd_extern';
info
UPDATE t3 SET c=REPEAT('i',3000) WHERE a=2
# Kill and restart
disconnect con2;
connection default;
ERROR HY000: Lost connection to MySQL server during query
@ -130,7 +128,6 @@ SELECT info FROM information_schema.processlist
WHERE state = 'debug sync point: after_row_upd_extern';
info
UPDATE t3 SET c=REPEAT('j',3000) WHERE a=2
# Kill and restart
disconnect con2;
connection default;
ERROR HY000: Lost connection to MySQL server during query