diff options
author | unknown <msvensson@pilot.blaudden> | 2007-03-01 18:31:09 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.blaudden> | 2007-03-01 18:31:09 +0100 |
commit | ec38bd7a32115f70280d9047026ee7395225ccfc (patch) | |
tree | 603b3ceb64112168f15cdd1ba404cb37fac9a0aa /mysql-test/mysql-test-run.pl | |
parent | a01e8043de80c166f739e7603aa9cebf19da0abd (diff) | |
download | mariadb-git-ec38bd7a32115f70280d9047026ee7395225ccfc.tar.gz |
Fix bug in mtr.pl where slave wes using same query log file as master
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 21960d2bfcd..73396f2255b 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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 { |