Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.4
-
Fix Version/s: 10.4.13
-
Component/s: Data Definition - Create Table, Data types, Storage Engine - Aria
-
Labels:None
Description
CREATE TABLE t1 (a TEXT, UNIQUE(a)) ENGINE=Aria; |
10.4 3b47587f |
mysqltest: At line 1: query 'CREATE TABLE t1 (a TEXT, UNIQUE(a)) ENGINE=Aria' failed: 1904: Key/Index cannot be defined on a virtual generated column
|
Attachments
Issue Links
- is caused by
-
MDEV-371 Unique indexes for blobs
-
- Closed
-
- is duplicated by
-
MDEV-21057 CREATE UNIQUE INDEX USING HASH malfunctions for engine=Aria table
-
- Closed
-
- relates to
-
MDEV-20001 Potential dangerous regression: INSERT INTO >=100 rows fail for myisam table with HASH indexes
-
- Closed
-
-
MDEV-23530 ERROR 1071: Specified key was too long; max key length is 1000/2000 bytes on CREATE TABLE ... UNIQUE KEY ... USING HASH
-
- Open
-