Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
log_event.cc has three type of the code:
- the code under MYSQL_CLIENT specific to mysqlbinlog
- the code under MYSQL_SERVER specific to mysqld
- the shared code needed by both mysqlbinlog and mysqld
Let's split log_event.cc into three parts:
- log_event_client.cc - the code specific to mysqlbinlog
- log_event_server.cc - the code specific to mysqld
- log_event.cc - the shared code
Rationale:
- It's easier to read and modify the code this way. E.g. pluggable types will need changes in both mysqlbinlog and mysqld parts.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
-
- Closed
-
Activity
issue.field.resolutiondate | 2019-05-23 01:31:54.0 | 2019-05-23 01:31:54.187 |
Fix Version/s | 10.5.0 [ 23709 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 96880 ] | MariaDB v4 [ 133965 ] |