[MDEV-14798] Add, drop system versioning semantic and syntax Created: 2017-12-29 Updated: 2018-02-23 Resolved: 2018-01-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Versioned Tables |
| Fix Version/s: | 10.3.4 |
| Type: | Task | Priority: | Major |
| Reporter: | Eugene Kosov (Inactive) | Assignee: | Eugene Kosov (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Here is a descriptive list how various clauses should work:
|
| Comments |
| Comment by Sergei Golubchik [ 2017-12-29 ] | ||||||||||
|
About dropping one column or two columns, compare with CHECK constraints:
That is, one cannot drop just one column from the multi-column CHECK, but one can drop all columns of it, and the constraint will be dropped automatically. | ||||||||||
| Comment by Eugene Kosov (Inactive) [ 2018-01-10 ] | ||||||||||
|
Partially fixed in https://github.com/MariaDB/server/commit/ac95aa888380633da7f4cdce39ddaa8ad35a975b | ||||||||||
| Comment by Eugene Kosov (Inactive) [ 2018-01-23 ] | ||||||||||
|
`DROP PERIOD FOR SYSTEM_TIME` is not implemented in 10.3.4 |