[MDEV-31597] Merge mysqlbinlog and replica master_version check Created: 2023-06-30 Updated: 2023-11-28 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Replication, Scripts & Clients |
| Affects Version/s: | 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11, 11.0, 11.1, 11.2 |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11, 11.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Brandon Nesterenko | Assignee: | Brandon Nesterenko |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Mysqlbinlog's check_master_version() and the replica's get_master_version_and_clock() both need to validate the version of the primary server, yet use different logic to do so. This patch generalizes this behavior into a function for both client and server use. |