mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 16:56:36 +00:00
remove PBXT
This commit is contained in:
@ -191,11 +191,6 @@ sub new
|
||||
{
|
||||
$self->{'transactions'} = 1; # Transactions enabled
|
||||
}
|
||||
if (defined($main::opt_create_options) &&
|
||||
$main::opt_create_options =~ /engine=pbxt/i)
|
||||
{
|
||||
$self->{'transactions'} = 1; # Transactions enabled
|
||||
}
|
||||
if (defined($main::opt_create_options) &&
|
||||
$main::opt_create_options =~ /engine=ndb/i)
|
||||
{
|
||||
|
Reference in New Issue
Block a user