Remove special hack for windows, log-error is already set in my.cnf file
This commit is contained in:
parent
11805bec02
commit
469e71a1d0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user