[MXS-594] Binlog name gets trunkated Created: 2016-02-29 Updated: 2016-03-03 Resolved: 2016-03-01 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | 1.2.1, 1.3.0 |
| Fix Version/s: | 1.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jay J | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | replication | ||
| 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; |
| Comments |
| Comment by Johan Wikman [ 2016-03-01 ] |
|
Fixed in 1.4. |
| Comment by Jay J [ 2016-03-03 ] |
|
Do I just compile from the "devel" git branch to have that mediated? |
| Comment by Johan Wikman [ 2016-03-03 ] |
|
In principle yes, but the develop branch is not stable at the moment. |