[MXS-602] Remove embedded library dependency from binlog router. Created: 2016-03-04 Updated: 2016-04-21 Resolved: 2016-04-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | binlogrouter |
| Affects Version/s: | None |
| Fix Version/s: | 2.0.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Massimiliano Pinto (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Blr currently uses the functions my_uuid and my_uuid_init, which are linked from the embedded mysql library. That dependency should be removed, so the equivalent functions should be re-implemented or taken from somewhere else. |