[MDEV-22330] mysqlbinlog stops with an error Don't know how to handle column type: 255 meta: 4 (0004) Created: 2020-04-21 Updated: 2020-10-06 Resolved: 2020-09-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | GIS, Replication, Server |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.1.48, 10.2.35, 10.3.26, 10.4.16, 10.5.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Anton Avramov | Assignee: | Sujatha Sivakumar (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Sprint | ||
| Environment: |
Debian |
||
| Attachments: |
|
| Description |
|
From some time now when I try to use mysqlbinlog with the --verbose option I get an error: If I don't use the --verbose option it seams to work fine but I cannot see the query executed. Since the binlog file is too large I'm attaching here only the output that I've narrowed using --start-datetime --stop-datetime from the command without the verbose option. If you need the binlog file itself, please give instruction how to send it in a secure way since I don't want the hole file to be made available public. |
| Comments |
| Comment by Anton Avramov [ 2020-04-21 ] | ||||||||||||||||||||||||
|
The problem seams to be with a column of type geometry DEFAULT NULL | ||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2020-05-04 ] | ||||||||||||||||||||||||
|
Thanks for the report and for narrowing down the problem. Reproducible as described on 10.3-10.5, including old 10.3 releases.
| ||||||||||||||||||||||||
| Comment by Sujatha Sivakumar (Inactive) [ 2020-08-11 ] | ||||||||||||||||||||||||
|
The issue exists in 10.1 and above. The error message gets printed as part of comment as shown below
| ||||||||||||||||||||||||
| Comment by Sujatha Sivakumar (Inactive) [ 2020-08-17 ] | ||||||||||||||||||||||||
|
Hello holyfoot Please review the fix for Patch: https://github.com/MariaDB/server/commit/5dc2ebae47481afe5b0769f0e0463d64b77143c0 Test results: http://buildbot.askmonty.org/buildbot/grid?category=main&branch=bb-10.1-sujatha Thank you. | ||||||||||||||||||||||||
| Comment by Sujatha Sivakumar (Inactive) [ 2020-08-18 ] | ||||||||||||||||||||||||
|
Hello Andrei, Can you please review the following changes. Patch: https://github.com/MariaDB/server/commit/5dc2ebae47481afe5b0769f0e0463d64b77143c0 Test results: http://buildbot.askmonty.org/buildbot/grid?category=main&branch=bb-10.1-sujatha | ||||||||||||||||||||||||
| Comment by Andrei Elkin [ 2020-09-15 ] | ||||||||||||||||||||||||
|
The patch looks good but I am not sure about the produced comments' usability. Please clarify. | ||||||||||||||||||||||||
| Comment by Sujatha Sivakumar (Inactive) [ 2020-09-28 ] | ||||||||||||||||||||||||
|
Fix pushed to 10.1.47. Merged changes upto 10.4. |