fix MDEV-7225. see https://jira.mariadb.org/browse/MDEV-72225 for details.
This commit is contained in:
parent
8a8ba1949b
commit
98b1bb0b8e
@ -204,6 +204,11 @@ sub new
|
|||||||
$limits{'max_temporary_tables'}= $limits{"max_tables"};
|
$limits{'max_temporary_tables'}= $limits{"max_tables"};
|
||||||
$self->{'transactions'} = 1; # Transactions enabled
|
$self->{'transactions'} = 1; # Transactions enabled
|
||||||
}
|
}
|
||||||
|
if (defined($main::opt_create_options) &&
|
||||||
|
$main::opt_create_options =~ /engine=tokudb/i)
|
||||||
|
{
|
||||||
|
$self->{'transactions'} = 1; # Transactions enabled
|
||||||
|
}
|
||||||
|
|
||||||
return $self;
|
return $self;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user