[MDEV-21959] GIS error message doesn't show the wrong value, just the type. Created: 2020-03-17 Updated: 2020-03-31 Resolved: 2020-03-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | GIS |
| Affects Version/s: | None |
| Fix Version/s: | 10.2.32, 10.3.23, 10.4.13, 10.5.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexey Botchkov | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
create table t1(a polygon NOT NULL)engine=innodb; So justh the type of the value is seen in the error message, not the full value. |
| Comments |
| Comment by Alexey Botchkov [ 2020-03-17 ] |
|
fixing patch |