mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Push for testing of encryption
This commit is contained in:
@ -19,7 +19,14 @@ if ($rpl_inited)
|
||||
shutdown_server 60;
|
||||
|
||||
# Write file to make mysql-test-run.pl start up the server again
|
||||
--exec echo "restart" > $_expect_file_name
|
||||
if ($restart_parameters)
|
||||
{
|
||||
--exec echo "restart: $restart_parameters" > $_expect_file_name
|
||||
}
|
||||
if (!$restart_parameters)
|
||||
{
|
||||
--exec echo "restart" > $_expect_file_name
|
||||
}
|
||||
|
||||
# Turn on reconnect
|
||||
--enable_reconnect
|
||||
|
Reference in New Issue
Block a user