From 3a72c5bf6196acc0a110825afbaa0fc1c7acf4f1 Mon Sep 17 00:00:00 2001 From: Magnus Svensson Date: Mon, 11 Aug 2008 10:41:12 +0200 Subject: [PATCH] Don't use slots 200-249 since they are also used by PB --- mysql-test/mysql-test-run.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 2dc3fce6ba0..56898ca7a60 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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"); }