7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
{
|
|
# InnoDB is mandatory with mariadb
|
|
my $a = $DB->get("mariadb") or return;
|
|
return unless (exists $mariadb{'InnoDB'});
|
|
$DB->get_prop_and_delete('mariadb', 'InnoDB');
|
|
}
|