Commit 4c1f1721 authored by unknown's avatar unknown
Browse files

Updated server-cfg, remove limitation for blobs + NDB


sql-bench/server-cfg.sh:
  Remove the limitation for NDB+blobs
parent 41b820a5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -189,7 +189,6 @@ sub new
    $self->{'transactions'}	= 1;	# Transactions enabled
    $limits{'max_columns'}	= 90;	# Max number of columns in table
    $limits{'max_tables'}	= 32;   # No comments
    $limits{'working_blobs'}	= 0;    # NDB tables can't handle BLOB's
  }
  if (defined($main::opt_create_options) &&
      $main::opt_create_options =~ /type=bdb/i)