Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.1, 10.2, 10.3, 10.4, 10.5
-
Fix Version/s: 10.5
-
Component/s: Data types, GIS
-
Labels:None
-
Epic Link:
Description
CREATE OR REPLACE TABLE t1 (a POINT, KEY(a(10))); |
SHOW CREATE TABLE t1; |
+-------+----------------------------------------------------------------------------------------------------------+
|
| Table | Create Table |
|
+-------+----------------------------------------------------------------------------------------------------------+
|
| t1 | CREATE TABLE `t1` (
|
`a` point DEFAULT NULL,
|
KEY `a` (`a`(25))
|
) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
|
+-------+----------------------------------------------------------------------------------------------------------+
|
The key length of 25 looks wrong. It should be 10, as in the CREATE statement.
Attachments
Issue Links
- relates to
-
MDEV-4912 Data type plugin API version 1
-
- Closed
-