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?
Attachments
Issue Links
Activity
Fix Version/s | 10.1 [ 16100 ] | |
Assignee | Oleksandr Byelkin [ sanja ] |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.1 [ 16100 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Assignee | Oleksandr Byelkin [ sanja ] | Sergei Golubchik [ serg ] |
Status | In Progress [ 3 ] | In Review [ 10002 ] |
Sprint | 10.2.1-3 [ 65 ] |
Rank | Ranked higher |
Assignee | Sergei Golubchik [ serg ] | Oleksandr Byelkin [ sanja ] |
Status | In Review [ 10002 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Fix Version/s | 10.2.1 [ 22012 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 70503 ] | MariaDB v4 [ 149340 ] |
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.