[MXS-2968] Avrorouter direct replication sets wrong server_id Created: 2020-04-17 Updated: 2020-05-18 Resolved: 2020-04-20 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | avrorouter |
| Affects Version/s: | 2.4.8 |
| Fix Version/s: | 2.4.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The value is set to the address of the variable, not the variable itself. This is due to the MARIADB_RPL_SERVER_ID taking an uint32_t argument, not a uint32_t* one. |