[CONC-600] Ignore unknown events Created: 2022-06-21 Updated: 2022-06-21 Resolved: 2022-06-21 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | Replication/Binlog API |
| Affects Version/s: | 3.3.1 |
| Fix Version/s: | 3.3.2 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If binary log contains an unknown event, mariadb_rpl_fetch() api function releases the memory for this event and returns a NULL pointer. Instead of, the function should return the event, so the application will be able to analyze this event and/or continue. |