Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.11.2
-
None
Description
It is possible to specify a length for a UUID column:
MariaDB [test]> CREATE TABLE t ( |
-> uuid UUID(24)
|
-> );
|
Query OK, 0 rows affected (0.040 sec) |
As far as I can tell, this has no effect, so it shouldn't be allowed or it should at least produce a warning. But if it has an effect, it should be documented.
Attachments
Issue Links
- relates to
-
MDEV-33410 VECTOR data type
- Closed