mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 00:55:06 +00:00
fix MDEV-7225. see https://jira.mariadb.org/browse/MDEV-72225 for details.
This commit is contained in:

committed by
Sergei Golubchik

parent
8a8ba1949b
commit
98b1bb0b8e
@ -204,6 +204,11 @@ sub new
|
||||
$limits{'max_temporary_tables'}= $limits{"max_tables"};
|
||||
$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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user