Fix for sql-bench/test-create

parent 02c9f8cf
...@@ -188,6 +188,7 @@ sub new ...@@ -188,6 +188,7 @@ sub new
{ {
$self->{'transactions'} = 1; # Transactions enabled $self->{'transactions'} = 1; # Transactions enabled
$limits{'max_columns'} = 90; # Max number of columns in table $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 $limits{'working_blobs'} = 0; # NDB tables can't handle BLOB's
} }
if (defined($main::opt_create_options) && 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