#At file:///home/msvensson/mysql/5.1-rpl/
2672 Magnus Svensson 2008-09-05
WL#4350
- fix scheduler bug
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2008-09-05 12:40:07 +0000
+++ b/mysql-test/mysql-test-run.pl 2008-09-05 13:09:29 +0000
@@ -544,7 +544,7 @@ sub run_test_server ($$$) {
# Move the test to completed list
#mtr_report("skip - Moving test $i to completed");
push(@$completed, splice(@$tests, $i, 1));
- redo; # Start over again
+ next;
}
# Limit number of parallell NDB tests
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (msvensson:2672) WL#4350 | Magnus Svensson | 5 Sep |