mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +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:
@@ -313,7 +313,7 @@ create or replace table t (sys_trx_end int);
|
||||
--error ER_DUP_FIELDNAME
|
||||
alter table t with system versioning;
|
||||
|
||||
--error ER_WRONG_USAGE
|
||||
--error ER_VERS_TEMPORARY
|
||||
create or replace temporary table t (x28 int) with system versioning;
|
||||
|
||||
--error ER_VERS_DUPLICATE_ROW_START_END
|
||||
|
||||
Reference in New Issue
Block a user