1
0
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:
Eugene Kosov
2017-12-21 10:14:25 +03:00
committed by GitHub
parent acdfacee75
commit a04a283469
7 changed files with 27 additions and 6 deletions

View File

@@ -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