mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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