Fix for BUG#20349 "mysql-test-run.pl needs to add --debug to

mysql_client_test like mysql-test-run". Nothing to document.
parent 3ce7e9fc
...@@ -3354,6 +3354,12 @@ sub run_mysqltest ($) { ...@@ -3354,6 +3354,12 @@ sub run_mysqltest ($) {
"--port=$master->[0]->{'path_myport'} " . "--port=$master->[0]->{'path_myport'} " .
"--socket=$master->[0]->{'path_mysock'}"; "--socket=$master->[0]->{'path_mysock'}";
if ( $opt_debug )
{
$cmdline_mysql_client_test .=
" --debug=d:t:A,$opt_vardir_trace/log/mysql_client_test.trace";
}
if ( $glob_use_embedded_server ) if ( $glob_use_embedded_server )
{ {
$cmdline_mysql_client_test.= $cmdline_mysql_client_test.=
......
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