]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 1898882: detect UTF8 naming in DB, default to utf8mb4
authorDave Miller <justdave@bugzilla.org>
Mon, 26 Aug 2024 01:46:06 +0000 (21:46 -0400)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2024 01:46:06 +0000 (21:46 -0400)
commit99d2e18c069347c022c67170c8f94bb15000bcb1
treef7de42f7ec42a6a52a73f4d09c76861203790408
parent591636a92f2ecc822eb353fabaa53f02ab4bff14
Bug 1898882: detect UTF8 naming in DB, default to utf8mb4

* Detect at installation/upgrade time how the database refers to the utf8 variant Bugzilla wants to use so that we don't accidentally reconvert the database to the same encoding it's already using on every run on checksetup.pl
* Change the default charset on new installs to utf8mb4.
a=dylan
Bugzilla/Config/Common.pm
Bugzilla/Config/General.pm
Bugzilla/DB/MariaDB.pm
Bugzilla/DB/Mysql.pm
Bugzilla/DB/Schema/MariaDB.pm
template/en/default/admin/params/common.html.tmpl
template/en/default/admin/params/general.html.tmpl