1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Cannot DROP VERSIONING without dropping all visible AS ROW fields

This commit is contained in:
Sergei Golubchik
2018-02-08 23:03:35 +01:00
parent f3a49e7020
commit c847089e6e
3 changed files with 12 additions and 0 deletions

View File

@ -53,6 +53,9 @@ alter table t
add system versioning;
show create table t;
--error ER_VERS_SYS_FIELD_EXISTS
alter table t drop system versioning;
alter table t drop column trx_start, drop column trx_end;
alter table t drop system versioning;
show create table t;