Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Incomplete
-
10.1(EOL)
Description
When attempting to run commands through the mysqlbinlog executable, the following error message occurs due to an incorrect check for the MySQL version in mysqlbinlog.cc (https://github.com/MariaDB/server/blob/10.1/client/mysqlbinlog.cc#L1928):
/usr/bin/mysqlbinlog --user=%s--host=%s --port=%s --password=%s --base64-output=decode-rows -v -R --start-position=%s --stop-position=%s %s 2>&1 |
 |
ERROR: Could not find server version: Master reported unrecognized MySQL version '10.1.16-MariaDB'. |