[MDEV-8608] Provide MariaDB binlog event library Created: 2015-08-12 Updated: 2019-03-04 Resolved: 2019-03-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | libmariadb, Replication |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Dipti Joshi (Inactive) | Assignee: | Georg Richter |
| Resolution: | Duplicate | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Provide library to read and write binlog event, so that client applications can read/write binlog events from binlog file by linking with the library instead of linking with entire MariaDB server. See mysql 5.7 counter part (https://github.com/mysql/mysql-server/tree/5.7/libbinlogevents) |