summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.mysql.com>2008-02-22 12:32:02 +0100
committerunknown <msvensson@pilot.mysql.com>2008-02-22 12:32:02 +0100
commit469e71a1d06413ae84195c78e048ff082103d410 (patch)
treea2919966d312325df7eeb49fef2163bad18cb15d /mysql-test
parent11805bec02664b01400d041e9542aa72ddf63616 (diff)
downloadmariadb-git-469e71a1d06413ae84195c78e048ff082103d410.tar.gz
Remove special hack for windows, log-error is already set in my.cnf file
Diffstat (limited to 'mysql-test')
-rwxr-xr-xmysql-test/mysql-test-run.pl4
1 files changed, 0 insertions, 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;
}