mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Fix for sql-bench/test-create
This commit is contained in:
parent
02c9f8cfe0
commit
f9ada40715
1 changed files with 1 additions and 0 deletions
|
|
@ -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) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue