[MDEV-23779] Error upon querying the view, that selecting from versioned table with partitions Created: 2020-09-21 Updated: 2020-10-20 Resolved: 2020-10-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Partitioning, Versioned Tables, Views |
| Affects Version/s: | 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.3.26, 10.4.16, 10.5.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alice Sherepa | Assignee: | Aleksey Midenkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
'show create view v1' failed: 4142: SYSTEM_TIME partitions in table `t1` does not support historical query
View is created as:
which returns ERROR (after FOR SYSTEM_TIME ALL) |