Commit 3dea6246 authored by unknown's avatar unknown

Trace mysqlcheck to file mysqlcheck.trcae


mysql-test/mysql-test-run.pl:
  Let mysqlcheck have it's own trace file
parent 15bed7c5
......@@ -2650,7 +2650,7 @@ sub run_mysqltest ($) {
if ( $opt_debug )
{
$cmdline_mysqlcheck .=
" --debug=d:t:A,$opt_vardir_trace/log/mysqldump.trace";
" --debug=d:t:A,$opt_vardir_trace/log/mysqlcheck.trace";
}
my $cmdline_mysqldump= "$exe_mysqldump --no-defaults -uroot " .
......
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