1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Remove special hack for windows, log-error is already set in my.cnf file

This commit is contained in:
msvensson@pilot.mysql.com
2008-02-22 12:32:02 +01:00
parent 3dc9779480
commit de4f78d919

View File

@ -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;
}