Skip to content

Commit

Permalink
fix MDEV-7225. see https://jira.mariadb.org/browse/MDEV-72225 for det…
Browse files Browse the repository at this point in the history
…ails.
  • Loading branch information
prohaska7 authored and vuvova committed Jul 12, 2016
1 parent 8a8ba19 commit 98b1bb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql-bench/server-cfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 98b1bb0

Please sign in to comment.