[MXS-115] For bootstrapping you need to provide the first 4-magic bytes of a binlog file for things to work normally. Created: 2015-04-23 Updated: 2015-07-13 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Simon J Mudd | Assignee: | Massimiliano Pinto (Inactive) |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
https://github.com/mariadb-corporation/MaxScale/pull/78 tries to simplifying bootstrapping a MaxScale server. With this patch if you know the binlog file number you want to start at then you can just "touch" the file. Previously it was necessary to add the 4-byte magic prefix for MaxScale to work as a MySQL server gets upset if you really ask it to give you data from position 0. Please consider taking this patch. |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2015-06-17 ] |
|
Massimiliano Pinto Did we accepts the patch pull request made by Simon ? If we did was it in 1.1.1 or will be in 1.2.0 ? |
| Comment by Dipti Joshi (Inactive) [ 2015-07-06 ] |
|
markus makela Can you check if this patch was accepted - if it was whether in 1.1.1 or 1.2.0 ? |
| Comment by Massimiliano Pinto (Inactive) [ 2015-07-13 ] |
|
Patch already added in 1.1.1 |