[MDEV-21241] Multi-line statement Annotate rows event gets truncated Created: 2019-12-06 Updated: 2023-04-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.4.8, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Anders Karlsson | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux CentOS 7.6 |
||
| Description |
|
The commented SQL statement in the output from mariadb-binlog get's truncated with a few characters when the SQL statement is multi-line and binlog format ROW is used.
Now look at the binlog with mariadb-binlog, and the output (an extract) looks like this:
As can be seen, the last insert in the output has the second line truncated and is missing a closing quite and a parentetis. |
| Comments |
| Comment by Alice Sherepa [ 2019-12-09 ] |
|
Thanks! Reproducible as described on 10.2-10.4 |