diff options
author | Dave Miller <justdave@bugzilla.org> | 2024-04-28 00:47:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-28 00:47:08 -0400 |
commit | 18ba4d3977ee5ce01057e51299a40eeaaf2507cb (patch) | |
tree | 63c4cd143377a7d06a8d2313b9f24f1e4bb225c8 /template/en/default/setup | |
parent | 340c5f43bf00ad5723f8c91ee38c7893714c54ac (diff) | |
download | bugs-18ba4d3977ee5ce01057e51299a40eeaaf2507cb.tar bugs-18ba4d3977ee5ce01057e51299a40eeaaf2507cb.tar.gz bugs-18ba4d3977ee5ce01057e51299a40eeaaf2507cb.tar.bz2 bugs-18ba4d3977ee5ce01057e51299a40eeaaf2507cb.tar.xz bugs-18ba4d3977ee5ce01057e51299a40eeaaf2507cb.zip |
Bug 1851354: blocklist MySQL 8+, offer MariaDB (#141)
Diffstat (limited to 'template/en/default/setup')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 78c4d861b..202b3c78d 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -23,7 +23,7 @@ happens when you are not running checksetup.pl as ##root##. To see the problem we ran into, run: ##command## END bad_executable => 'not a valid executable: ##bin##', - blacklisted => '(blacklisted)', + blocklisted => '(blocklisted)', bz_schema_exists_before_220 => <<'END', You are upgrading from a version before 2.20, but the bz_schema table already exists. This means that you restored a mysqldump into the Bugzilla |