Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL)
-
None
Description
10.3 1951e7f05ae7b6069eeffdfe8ab304fa3a18a85a |
MariaDB [test]> CREATE OR REPLACE TABLE t (a INT) WITH SYSTEM VERSIONING PARTITION BY SYSTEM_TIME (PARTITION p1 HISTORY, PARTITION pn CURRENT); |
Query OK, 0 rows affected (0.66 sec) |
 |
MariaDB [test]> ALTER TABLE t DROP SYSTEM VERSIONING; |
ERROR 4109 (HY000): Transaction system versioning for `#sql-69b8_a` is not supported |
I can understand why ALTER has to fail, but the error code/message doesn't look right.