[MDEV-14787] CREATE does not allow tables with versioning columns only, but ALTER does Created: 2017-12-28 Updated: 2018-01-04 Resolved: 2018-01-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Versioned Tables |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.3.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Eugene Kosov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
One cannot CREATE a versioned table without any columns other than row start/end:
However, one can create such a table via CREATE + ALTER:
So, either the limitation was bogus to begin with, or ALTER should be similarly restricted. (The bad error message was a subject of a different bug report, |
| Comments |
| Comment by Eugene Kosov (Inactive) [ 2018-01-04 ] |
|
Fixed in https://github.com/MariaDB/server/commit/dbf21ff396e853db8c286cf5a0a9ebf9160b0a67 |