From: Dave Miller Date: Sun, 30 Jun 2024 02:28:54 +0000 (-0400) Subject: Bug 1896600: MariaDB <10.6 wants ON instead of 1 in config (#134) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39cddb694110d1acaacd789fde814ef5d8523d68;p=thirdparty%2Fbugzilla.git Bug 1896600: MariaDB <10.6 wants ON instead of 1 in config (#134) --- diff --git a/docker/mysql/bugzilla-mysql56.cnf b/docker/mysql/bugzilla-mysql56.cnf index 049ac45b5..eda0acbbb 100644 --- a/docker/mysql/bugzilla-mysql56.cnf +++ b/docker/mysql/bugzilla-mysql56.cnf @@ -1,8 +1,8 @@ [mysqld] max_allowed_packet = 64M innodb_file_format = Barracuda -innodb_file_per_table = 1 -innodb_large_prefix = 1 +innodb_file_per_table = ON +innodb_large_prefix = ON [mysql] max_allowed_packet = 64M diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index c06dd64ae..54974aadb 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -412,8 +412,8 @@ END mysql_innodb_settings => <<'END', Bugzilla requires the following MySQL InnoDB settings: innodb_file_format = Barracuda -innodb_file_per_table = 1 -innodb_large_prefix = 1 +innodb_file_per_table = ON +innodb_large_prefix = ON END mysql_index_renaming => <<'END', We are about to rename old indexes. The estimated time to complete