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

SQL: missed FOR SYSTEM_TIME ALL for FOR_SYSTEM_TIME_UNSPECIFIED

[fixes #105]
This commit is contained in:
Aleksey Midenkov
2016-12-22 07:34:33 +00:00
parent 27d9e762a9
commit ea60760e47
4 changed files with 16 additions and 2 deletions

View File

@@ -19,6 +19,9 @@ select * from vt1;
select * from vt2;
select * from t1;
create or replace view vt1 as select * from t1;
show create view vt1;
drop view vt1;
drop view vt2;
drop table t1;