[MDEV-27037] Mysqlbinlog should output a warning if EOF is found before its stop condition Created: 2021-11-12 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Brandon Nesterenko | Assignee: | Brandon Nesterenko |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
In the event that mysqlbinlog finishes processing its input logs and did not reach the boundary provided by --stop-position, it should provide a warning. This to facilitate a script/wrapper which can accurately report on the progress of mysqlbinlog. See PR-1855 for more details. |