From 6b5b735d2a9ed338978b0d360e14daa01d46bc7a Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Sat, 18 May 2024 14:36:43 -0400 Subject: [PATCH] Bug 1896600: MariaDB <10.6 wants ON instead of 1 in config --- docker/mysql/bugzilla-mysql56.cnf | 4 ++-- template/en/default/setup/strings.txt.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/mysql/bugzilla-mysql56.cnf b/docker/mysql/bugzilla-mysql56.cnf index 049ac45b5c..eda0acbbba 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 221f506661..aaa7a53a6b 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -410,8 +410,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