1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-12 01:53:02 +03:00

Merge pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr-bug32275

into  pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
This commit is contained in:
msvensson@pilot.mysql.com
2008-01-08 15:49:28 +01:00

@ -783,7 +783,7 @@ sub set_mtr_build_thread_ports($) {
"($opt_baseport - $opt_baseport + 9)"); "($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)); "with reserved ports $opt_baseport..".($opt_baseport+9));
} }