Details
-
Bug
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.5, 10.6, 10.11, 11.1(EOL), 11.2, 10.4(EOL), 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL), 11.0(EOL)
-
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.