[MDEV-12384] Cannot create SPATIAL/RTREE index on virtual column Created: 2017-03-28 Updated: 2017-04-03 Resolved: 2017-04-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | GIS, Virtual Columns |
| Affects Version/s: | 10.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Anders Karlsson | Assignee: | Sergei Golubchik |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux x86 CentOS 6.4 |
||
| Issue Links: |
|
||||||||
| Description |
|
Assume the table:
The column pt is a virtual column, which it should be possible to create an index on, pre 10.2 it had to be persistent but that makes no difference here:
And this fails with: |
| Comments |
| Comment by Sergei Golubchik [ 2017-04-03 ] |
|
Exact duplicate of MDEV-7687 |