1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-14769 Temporary table can be altered into system versioning + system_versioning_alter_history has no effect

This commit is contained in:
Eugene Kosov
2017-12-29 16:28:13 +03:00
committed by Aleksey Midenkov
parent 7069071d7d
commit 157150cfcf
6 changed files with 17 additions and 7 deletions

View File

@ -348,7 +348,7 @@ create or replace table t (sys_trx_end int);
alter table t with system versioning;
ERROR 42S21: Duplicate column name 'sys_trx_end'
create or replace temporary table t (x28 int) with system versioning;
ERROR HY000: WITH SYSTEM VERSIONING prohibited for TEMPORARY tables
ERROR HY000: System versioning prohibited for TEMPORARY tables
create or replace table t1 (
x29 int unsigned,
Sys_start0 timestamp(6) as row start invisible,