From 469e71a1d06413ae84195c78e048ff082103d410 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 22 Feb 2008 12:32:02 +0100 Subject: [PATCH] Remove special hack for windows, log-error is already set in my.cnf file --- mysql-test/mysql-test-run.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 0f18bd3dd65..9ee9ba08c2e 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -2677,10 +2677,6 @@ sub mysqld_arguments ($$$) { mtr_add_arg($args, "%s%s", $prefix, "--core-file"); } - if ( IS_WINDOWS ){ - mtr_add_arg($args, "%s--log-error=%s", $prefix, $mysqld->{"path_myerr"}); - } - return $args; }