mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
a6a4c25bf7
Some test are still disabled as they provide different results, fail on different error or crash. Fixes also MDEV-14060 InnoDB: Foreign key constraint to geometry type does not work where test intentionally tried incorrect cases.
15 lines
428 B
PHP
15 lines
428 B
PHP
if (!$restart_parameters)
|
|
{
|
|
let $restart_parameters = restart;
|
|
}
|
|
|
|
--let $_server_id= `SELECT @@server_id`
|
|
--let $_expect_file_name= $MYSQLTEST_VARDIR/tmp/mysqld.$_server_id.expect
|
|
|
|
--echo # Kill and $restart_parameters
|
|
--exec echo "$restart_parameters" > $_expect_file_name
|
|
--shutdown_server 0
|
|
--source include/wait_until_disconnected.inc
|
|
--enable_reconnect
|
|
--source include/wait_until_connected_again.inc
|
|
--disable_reconnect
|