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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user