[MDEV-28768] mysqlbinlog can produce events larger than max_allowed_packet Created: 2022-06-08 Updated: 2023-12-07 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Andrei Elkin | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If one executes the following one a MariaDB server with "log_bin=1" The generated binary log has an entry: This means one cannot send data to the server with mariadb-binlog --base64-output=auto | mysql .. The task is to split BINLOG ... ; There are two options to do that:
Other things to fix in mariadb-binlog at the same time:
|