Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL), 10.4(EOL), 10.5, 10.6
-
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