Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.44, 10.0.19
-
None
-
10.2.1-3
Description
MySQL changed the default for binlig_checksum from NONE to CRC32 between MySQL 5.6.5 and 5.6.6.
MariaDB still has NONE as default though.
This probably happened as the backport to MariaDB happened before MySQL 5.6.6 and the changed default went unnoticed so far?
I don't think it was an overlook per se, 10.0 has never been claimed to include all 5.6 features, but rather a cherry-picked subset of them.
For 10.1 the subset has been extended, although still not complete.
Particularly for defaults, there is
MDEV-6066that is currently being worked on .I can't imagine such a change can be backported to 10.0 now, but once again the final decision will not be mine. For now, I'm assigning it to sanja who is working on
MDEV-6066.