From a671f4ebe0f80686d9d98d51c754a07f4bb68d31 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 12 Jul 2018 18:20:25 -0400 Subject: Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed row format, and changes charset to utf8mb4) --- template/en/default/setup/strings.txt.pl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'template') diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 8726a8b13..363a2d5fd 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -341,6 +341,12 @@ EOT InnoDB is disabled in your MySQL installation. Bugzilla requires InnoDB to be enabled. Please enable it and then re-run checksetup.pl. +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 END mysql_index_renaming => <<'END', We are about to rename old indexes. The estimated time to complete @@ -348,6 +354,7 @@ renaming is ##minutes## minutes. You cannot interrupt this action once it has begun. If you would like to cancel, press Ctrl-C now... (Waiting 45 seconds...) END + mysql_row_format_conversion => "Converting ##table## to row format ##format##.", mysql_utf8_conversion => <<'END', WARNING: We are about to convert your table storage format to UTF-8. This allows Bugzilla to correctly store and sort international characters. -- cgit v1.2.3-24-g4f1b