mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix bug in mtr.pl where slave wes using same query log file as master
This commit is contained in:
@ -3651,7 +3651,7 @@ sub mysqld_arguments ($$$$$) {
|
|||||||
if ( $mysql_version_id <= 50106 )
|
if ( $mysql_version_id <= 50106 )
|
||||||
{
|
{
|
||||||
# Force mysqld to use log files up until 5.1.6
|
# 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
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user