1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Trace mysqlcheck to file mysqlcheck.trcae

mysql-test/mysql-test-run.pl:
  Let mysqlcheck have it's own trace file
This commit is contained in:
unknown
2006-02-26 23:36:53 +01:00
parent 15bed7c512
commit 3dea6246e7

View File

@@ -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 " .