[MDEV-21427] Application-time period table can be temporary despite the error ER_PERIOD_TEMPORARY_NOT_ALLOWED Created: 2020-01-06 Updated: 2021-05-25 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Temporary, Versioned Tables |
| Affects Version/s: | 10.4, 10.5 |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Nikita Malyavin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
A plain attempt to create a temporary table with app-time period fails:
However, creating the same table via CREATE .. LIKE is possible:
Which of course ends up with the structure which cannot be re-created:
It should be consistent, either one way or another. |