Fix bug in mtr.pl where slave wes using same query log file as master
This commit is contained in:
parent
a01e8043de
commit
ec38bd7a32
@ -3651,7 +3651,7 @@ sub mysqld_arguments ($$$$$) {
|
||||
if ( $mysql_version_id <= 50106 )
|
||||
{
|
||||
# Force mysqld to use log files up until 5.1.6
|
||||
mtr_add_arg($args, "%s--log=%s", $prefix, $master->[0]->{'path_mylog'});
|
||||
mtr_add_arg($args, "%s--log=%s", $prefix, $slave->[0]->{'path_mylog'});
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user