From 39cddb694110d1acaacd789fde814ef5d8523d68 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Sat, 29 Jun 2024 22:28:54 -0400 Subject: [PATCH] Bug 1896600: MariaDB <10.6 wants ON instead of 1 in config (#134) --- 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 c06dd64ae2..54974aadb3 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