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

SQL: prohibit ALTER ... AS ROW START|END [fixes #429]

This commit is contained in:
Eugene Kosov
2017-12-25 13:38:03 +03:00
committed by GitHub
parent ea49441c41
commit d8aabb44b5
7 changed files with 12 additions and 32 deletions

View File

@ -290,7 +290,7 @@ insert into t1(x) values (1);
ERROR HY000: Temporal operation requires `mysql.transaction_registry` (@@system_versioning_transaction_registry).
set global system_versioning_transaction_registry= on;
Warnings:
Warning 4144 Transaction-based system versioning is EXPERIMENTAL and is subject to change in future.
Warning 4143 Transaction-based system versioning is EXPERIMENTAL and is subject to change in future.
create or replace table t1 (
x int,
y int as (x) virtual,