mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug #57749 vs-config option of mysql-test-run does not work
Option was incorrectly coded without an argument Added the missing =s
This commit is contained in:
@ -887,7 +887,7 @@ sub command_line_setup {
|
|||||||
'ssl|with-openssl' => \$opt_ssl,
|
'ssl|with-openssl' => \$opt_ssl,
|
||||||
'skip-ssl' => \$opt_skip_ssl,
|
'skip-ssl' => \$opt_skip_ssl,
|
||||||
'compress' => \$opt_compress,
|
'compress' => \$opt_compress,
|
||||||
'vs-config' => \$opt_vs_config,
|
'vs-config=s' => \$opt_vs_config,
|
||||||
|
|
||||||
# Max number of parallel threads to use
|
# Max number of parallel threads to use
|
||||||
'parallel=s' => \$opt_parallel,
|
'parallel=s' => \$opt_parallel,
|
||||||
|
Reference in New Issue
Block a user