Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
N/A
-
None
Description
create or replace table t1 (i int) engine=MyISAM with system versioning; |
SELECT * from t1 for system_time as of transaction 239; |
ERROR 4109 (HY000): Engine does not support System Versioning for `t1` |
Attachments
Issue Links
- relates to
-
MDEV-14677 Misleading ER_VERS_ENGINE_UNSUPPORTED upon attempt to partition the table
-
- Closed
-