mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
Don't use slots 200-249 since they are also used by PB
This commit is contained in:
parent
6244c476f5
commit
3a72c5bf61
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue