mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
minor mtr fix
mysql-test/mysql-test-run.pl: strace-client does not take an argument
This commit is contained in:
@@ -1191,7 +1191,7 @@ sub command_line_setup {
|
|||||||
'boot-dbx' => \$opt_boot_dbx,
|
'boot-dbx' => \$opt_boot_dbx,
|
||||||
'client-debugger=s' => \$opt_client_debugger,
|
'client-debugger=s' => \$opt_client_debugger,
|
||||||
'strace' => \$opt_strace,
|
'strace' => \$opt_strace,
|
||||||
'strace-client:s' => \$opt_strace_client,
|
'strace-client' => \$opt_strace_client,
|
||||||
'strace-option=s' => \@strace_args,
|
'strace-option=s' => \@strace_args,
|
||||||
'max-save-core=i' => \$opt_max_save_core,
|
'max-save-core=i' => \$opt_max_save_core,
|
||||||
'max-save-datadir=i' => \$opt_max_save_datadir,
|
'max-save-datadir=i' => \$opt_max_save_datadir,
|
||||||
|
Reference in New Issue
Block a user