Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL)
-
None
Description
create table t1 (a int, |
rs timestamp(6) as row start, |
re timestamp(6) as row end, |
period for system_time(rs,re)) with system versioning; |
alter table t1 add column rss timestamp(6) as row start; |
mysqltest: At line 6: query 'alter table t1 add column rss timestamp(6) as row start' failed: 4124: Table `t1` is not system-versioned
|
Attachments
Issue Links
- blocks
-
MDEV-15408 Confusing error message upon ER_VERS_FIELD_WRONG_TYPE while omitting UNSIGNED in BIGINT
- Closed
- duplicates
-
MDEV-19654 Table `sbtest1` is not system-versioned error with system versioned table while adding row start column
- Closed
- relates to
-
MDEV-25172 Wrong error message for ADD COLUMN .. AS ROW START
- Closed