[MDEV-21862] SHOW BINLOG EVENTS completely locks down writes to binlog, hence transactions Created: 2020-03-03 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sujatha Sivakumar (Inactive) | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
While a `SHOW BINLOG EVENTS IN 'logfile' LIMIT X,Y` is executing, any write statement is blocked. Implement upstream changes. commit 739ac25439176f309cd2132ce16fe49d918127c7 |