mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03: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:
@ -2993,7 +2993,7 @@ language = $path_language
|
|||||||
character-sets-dir = $path_charsetsdir
|
character-sets-dir = $path_charsetsdir
|
||||||
basedir = $path_my_basedir
|
basedir = $path_my_basedir
|
||||||
server_id = $server_id
|
server_id = $server_id
|
||||||
shutdown-delay = 10
|
shutdown_delay = 10
|
||||||
skip-stack-trace
|
skip-stack-trace
|
||||||
skip-innodb
|
skip-innodb
|
||||||
skip-ndbcluster
|
skip-ndbcluster
|
||||||
|
Reference in New Issue
Block a user