Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.4.11
-
None
-
Ubuntu 19.04
Description
On a recent trunk version (0308de9), the creation of the following index seems to malfunction:
CREATE TABLE t0(c0 INT) engine=Aria;
|
CREATE UNIQUE INDEX i0 USING HASH ON t0(c0); -- Key/Index cannot be defined on a virtual generated column
|
This error is not triggered if the index is not unique, or when "USING HASH" is not used. The error seems unexpected, because from a user perspective, no virtual generated column is involved.
Attachments
Issue Links
- duplicates
-
MDEV-18791 Wrong error upon creating Aria table with long index on BLOB
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue duplicates |
Component/s | N/A [ 14411 ] | |
Fix Version/s | N/A [ 14700 ] | |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Link | This issue relates to TODO-2515 [ TODO-2515 ] |
Workflow | MariaDB v3 [ 101176 ] | MariaDB v4 [ 156981 ] |