Bug Unable to convert tables to utf8mb4 after upgrading to XF2 on MariaDB 10.7

There is a bug in this version
J

Jake B.

Guest
Code:

Code:
root@web1:~# mysql --version
mysql  Ver 15.1 Distrib 10.7.6-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2

Code:

Code:
MariaDB [***]> show full columns from xf_post;
+-------------------------+---------------------------------------+--------------------+------+-----+---------+----------------+---------------------------------+---------+
| Field                   | Type                                  | Collation          | Null | Key | Default | Extra          | Privileges...

Read more

Continue reading...