Commit 571ea58b authored by unknown's avatar unknown

Fix for sql-bench/test-create


sql-bench/server-cfg.sh:
  Set max number of tables to create in NDB to 32
parent 28e2396e
......@@ -188,6 +188,7 @@ 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) &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment