Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3.28, 10.4.18, 10.5.9, 10.3(EOL), 10.4(EOL), 10.5
-
None
Description
Not quite all dropped:
CREATE OR REPLACE TABLE t ( |
x INT |
) WITH SYSTEM VERSIONING; |
|
ALTER TABLE t DROP SYSTEM VERSIONING; |
|
ALTER TABLE t ADD COLUMN ts TIMESTAMP(6) GENERATED ALWAYS AS ROW START; |
Last alter table results in:
Duplicate ROW START column `ts`
|
https://dbfiddle.uk/?rdbms=mariadb_10.3&fiddle=977d0152bbfc5a7162efd85db312d7c8
Same error occurs on fresh table. SO its just an odd misleading error message.
Attachments
Issue Links
- relates to
-
MDEV-16130 wrong error message adding AS ROW START to versioned table
- Closed