#At file:///home/msvensson/mysql/7.0/ based on revid:magnus.blaudd@stripped
3896 Magnus Blåudd 2010-10-25
ndb
- set the default value of max_ndb back to $childs/2
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2010-10-22 14:07:39 +0000
+++ b/mysql-test/mysql-test-run.pl 2010-10-25 15:16:18 +0000
@@ -461,7 +461,7 @@ sub run_test_server ($$$) {
my $num_failed_test= 0; # Number of tests failed so far
# Scheduler variables
- my $max_ndb= $ENV{MTR_MAX_NDB} || $childs;
+ my $max_ndb= $ENV{MTR_MAX_NDB} || $childs / 2;
$max_ndb = $childs if $max_ndb > $childs;
$max_ndb = 1 if $max_ndb < 1;
print "max_ndb: $max_ndb\n";
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@sun.com-20101025151618-xkhs3zsml5n2ymz9.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-telco-7.0 branch (magnus.blaudd:3896) | Magnus Blåudd | 25 Oct |