* Fri Apr 05 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-4.sme
- tidy spec and sources for mariadb10.5 support [SME: 12524] - try to make compatible with higher version from mariadb repo [SME: 11856] - fix logrotate duplicate entry [SME: 12554] * Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-3.sme - Set license file to GPL2.0 [SME: 12577]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
# InnoDB is mandatory with mariadb
|
||||
my $a = $DB->get("mariadb") or return;
|
||||
return unless (exists $mariadb{'InnoDB'});
|
||||
$DB->get_prop_and_delete('mariadb', 'InnoDB');
|
||||
$DB->get_prop_and_delete('mariadb', 'InnoDB') if (exists $mariadb{'InnoDB'});
|
||||
$DB->get_prop_and_delete('mariadb', 'innodb_file_format') if (exists $mariadb{'innodb_file_format'});
|
||||
}
|
||||
|
Reference in New Issue
Block a user