mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Don't use slots 200-249 since they are also used by PB
This commit is contained in:
@ -1181,7 +1181,7 @@ sub set_build_thread_ports($) {
|
|||||||
|
|
||||||
if ( lc($build_thread) eq 'auto' ) {
|
if ( lc($build_thread) eq 'auto' ) {
|
||||||
mtr_report("Requesting build thread... ");
|
mtr_report("Requesting build thread... ");
|
||||||
$build_thread= mtr_get_unique_id(200, 299);
|
$build_thread= mtr_get_unique_id(250, 299);
|
||||||
if ( !defined $build_thread ) {
|
if ( !defined $build_thread ) {
|
||||||
mtr_error("Could not get a unique build thread id");
|
mtr_error("Could not get a unique build thread id");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user