mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
SQL: CREATE VIEW with view_list from versioned table [fixes #151]
This commit is contained in:
@ -110,6 +110,8 @@ x
|
||||
1
|
||||
select * from vvvt1 for system_time all;
|
||||
x
|
||||
create or replace table t1 (x int) with system versioning;
|
||||
create or replace view vt1(c) as select x from t1;
|
||||
drop view vvvt1;
|
||||
drop view vvt1;
|
||||
drop view vt1;
|
||||
|
Reference in New Issue
Block a user