1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

SQL: segfault after make_select() in VTMD

This commit is contained in:
Eugene Kosov
2017-10-04 13:36:31 +03:00
committed by GitHub
parent 1d056f5abc
commit d7a484b04f
3 changed files with 9 additions and 1 deletions

View File

@@ -193,6 +193,10 @@ set versioning_hide= auto;
create or replace table u0_vtmd (x int) with system versioning;
show tables;
set versioning_alter_history= survive;
create or replace table t (x int) with system versioning;
select * from t for system_time all;
drop database db0;
drop database db1;
drop database test;