1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

innodb.innodb-get-fk: Actually test --innodb-read-only.

This commit is contained in:
Marko Mäkelä
2017-02-03 19:33:09 +02:00
parent 1d725c8176
commit e174d923d9
3 changed files with 16 additions and 7 deletions

View File

@@ -35,7 +35,14 @@ if ($shutdown_timeout == 0)
shutdown_server $server_shutdown_timeout;
# 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