[MDEV-21057] CREATE UNIQUE INDEX USING HASH malfunctions for engine=Aria table Created: 2019-11-14 Updated: 2020-08-22 Resolved: 2019-11-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | N/A |
| Affects Version/s: | 10.4.11 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Manuel Rigger | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Ubuntu 19.04 |
||
| Issue Links: |
|
||||||||||||
| Description |
|
On a recent trunk version (0308de9), the creation of the following index seems to malfunction:
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. |