mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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' ) {
|
||||
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 ) {
|
||||
mtr_error("Could not get a unique build thread id");
|
||||
}
|
||||
|
Reference in New Issue
Block a user