diff options
author | unknown <msvensson@pilot.mysql.com> | 2008-01-08 15:49:28 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2008-01-08 15:49:28 +0100 |
commit | f2c4c8dd264a0607df382669660f14cefba0c887 (patch) | |
tree | 41c09b35cb1f1ebf05e261806f607123f454709d /mysql-test/mysql-test-run.pl | |
parent | 300f7f65b481dc7d5e50cf25c4055934cef2f994 (diff) | |
parent | 003c55d95edb20f1ef9b49f3872d5cb496262214 (diff) | |
download | mariadb-git-f2c4c8dd264a0607df382669660f14cefba0c887.tar.gz |
Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr-bug32275
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
mysql-test/mysql-test-run.pl:
Auto merged
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 b6080538a61..e3b89707e57 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -783,7 +783,7 @@ sub set_mtr_build_thread_ports($) { "($opt_baseport - $opt_baseport + 9)"); } - mtr_report("Using MR_BUILD_THREAD $opt_mtr_build_thread,", + mtr_report("Using MR_BUILD_THREAD $mtr_build_thread,", "with reserved ports $opt_baseport..".($opt_baseport+9)); } |