Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.3, 10.4, 10.5, 10.6
-
Component/s: Versioned Tables
-
Labels:None
Description
Reproduce
create or replace table t1 ( |
x int, y int with system versioning, |
row_start timestamp(6) as row start, |
row_end timestamp(6) as row end, |
period for system_time(row_start, row_end)); |
Result
ERROR 4125 (HY000): Wrong parameters for `t1`: missing 'WITH SYSTEM VERSIONING'
|
Expected
Command succeeds.
Attachments
Issue Links
- causes
-
MDEV-27430 Assertion `field.is_sane()' failed in Protocol_text::store_field_metadata upon column-specific versioning
-
- Closed
-
-
MDEV-27452 TIMESTAMP(0) system field is allowed for certain creation of system-versioned table
-
- Closed
-
- is caused by
-
MDEV-12894 System-versioned tables
-
- Closed
-