mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Fix mysql-test-run.pl: IM in 5.0 uses old incorrect
'shutdown_delay' option name. mysql-test/mysql-test-run.pl: IM in 5.0 uses old incorrect 'shutdown_delay' option name.
This commit is contained in:
parent
17fca8e333
commit
37a5703bc7
1 changed files with 1 additions and 1 deletions
|
@ -2993,7 +2993,7 @@ language = $path_language
|
|||
character-sets-dir = $path_charsetsdir
|
||||
basedir = $path_my_basedir
|
||||
server_id = $server_id
|
||||
shutdown-delay = 10
|
||||
shutdown_delay = 10
|
||||
skip-stack-trace
|
||||
skip-innodb
|
||||
skip-ndbcluster
|
||||
|
|
Loading…
Reference in a new issue