Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.1, 1.3.0
-
Fix Version/s: 1.4.0
-
Component/s: binlogrouter
-
Labels:
-
Environment:DISTRIB_DESCRIPTION="Ubuntu 14.04.4 LTS"
Description
If the name of "filestem" in master.ini is over 16 characters it gets trunkated, thus not allowing to replicate:
filestem=mysql-bin-changelog
CHANGE MASTER TO MASTER_HOST='myip', MASTER_PORT=3306, MASTER_USER='myun', MASTER_PASSWORD='mypass', MASTER_LOG_FILE=mysql-bin-changelog.024613, MASTER_LOG_POS=4;
ERROR 1234 (42000): Replication: cannot get the next MASTER_LOG_FILE name from current binlog [mysql-bin-change]