From 2317c0cf59414a682babe1d434d1fd32cfc37f82 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Oct 2006 13:45:50 +0200 Subject: [PATCH] 5.0 is also using the somewhat larger config for cluster --- mysql-test/mysql-test-run.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";