mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
a74443a342
This hack was introduced to work around a bug in MySQL 5.6.14 and MariaDB at the time. https://bugs.mysql.com/bug.php?id=69882 It was addressed a few months later in 5.6.16, and 5.7.4. MariaDB merged version 5.6.16 of MySQL's InnoDB engine in MariaDB 10.0.11 and got the patch from there. Moodle has required MySQL 5.7, and MariaDB 10.2.29 since Moodle 3.11 and it is therefore safe to remove these hacks for these versions.