Commit 78c70cfe authored by unknown's avatar unknown
Browse files

Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_tools

into  neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools


mysql-test/mysql-test-run.pl:
  Auto merged
parents 7f00ab19 2317c0cf
Loading
Loading
Loading
Loading
+15 −5
Original line number Diff line number Diff line
@@ -1189,10 +1189,20 @@ sub check_mysqld_features () {
	}
	else
	{
	  # The variable list is ended with a blank line, so when a line
	  # doesn't match the above regex, break the loop
	  # The variable list is ended with a blank line
	  if ( $line =~ /^[\s]*$/ )
	  {
	    last;
	  }
	  else
	  {
	    # Send out a warning, we should fix the variables that has no
	    # space between variable name and it's value
	    # or should it be fixed width column parsing? It does not
	    # look like that in function my_print_variables in my_getopt.c
	    mtr_warning("Could not parse variable list line : $line");
	  }
	}
      }
    }
  }
@@ -1959,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";