diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 5ae5684d14c..04daeb11b02 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1969,9 +1969,9 @@ sub ndbcluster_start_install ($) { if (!$opt_bench) { # Use a smaller configuration - if ( $mysql_version_id < 50000 ) + if ( $mysql_version_id < 50100 ) { - # 4.1 is using a "larger" --small configuration + # 4.1 and 5.0 is using a "larger" --small configuration $ndb_no_ord=128; $ndb_con_op=10000; $ndb_dmem="40M";