[MDEV-26889] Allow create index on system versioning columns row_start and row_end Created: 2021-10-22 Updated: 2021-10-25 Resolved: 2021-10-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Edward Stoever | Assignee: | Sergei Golubchik |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Can this feature be added? |
| Comments |
| Comment by Sergei Golubchik [ 2021-10-25 ] |
|
No, it cannot be added. If you haven't created a column — it doesn't exist. If the column doesn't exist — you cannot index it. If you want to index a column, you have to create the column to index. |
| Comment by Edward Stoever [ 2021-10-25 ] |
|
Thank you Sergei!!! |