Commit 7aa55124 authored by Sergei Golubchik's avatar Sergei Golubchik

minor mtr fix

mysql-test/mysql-test-run.pl:
  strace-client does not take an argument
parent b6c72e72
......@@ -1191,7 +1191,7 @@ sub command_line_setup {
'boot-dbx' => \$opt_boot_dbx,
'client-debugger=s' => \$opt_client_debugger,
'strace' => \$opt_strace,
'strace-client:s' => \$opt_strace_client,
'strace-client' => \$opt_strace_client,
'strace-option=s' => \@strace_args,
'max-save-core=i' => \$opt_max_save_core,
'max-save-datadir=i' => \$opt_max_save_datadir,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment