mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-14692 Server crash in MDL_ticket::has_stronger_or_equal_type
SQL: disable system-versioning stuff on TEMPORARY tables
This commit is contained in:
@ -344,7 +344,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: Incorrect usage of TEMPORARY and WITH SYSTEM VERSIONING
|
||||
ERROR HY000: WITH SYSTEM VERSIONING prohibited for TEMPORARY tables
|
||||
create or replace table t1 (
|
||||
x29 int unsigned,
|
||||
Sys_start0 timestamp(6) as row start invisible,
|
||||
|
Reference in New Issue
Block a user