[MDEV-23745] CHAR(36) columns are unconditionally regarded as GUID Created: 2020-09-17 Updated: 2020-09-17 Resolved: 2020-09-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Create Table |
| Affects Version/s: | 10.2.33, 10.3.24, 10.4.14, 10.5.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Olivier Bertrand | Assignee: | Olivier Bertrand |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Any |
||
| Description |
|
For example:
This raised an error message saying:
This is not documented and may occur unexpectedly when column definitions are made via Discovery. Note: This does not occur when using VARCHAR(36). |
| Comments |
| Comment by Sergei Golubchik [ 2020-09-17 ] | |||||||||||||||
|
I cannot repeat it. There must be something you've omitted.
and
this error is not present anywhere in MariaDB 10.5 sources. | |||||||||||||||
| Comment by Olivier Bertrand [ 2020-09-17 ] | |||||||||||||||
|
This message was not issued by MariaDB but by the client program I was using. |