mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-16937 Strict SQL with system versioned tables causes issues
Respect system fields in NO_ZERO_DATE mode. This is the subject for refactoring in MDEV-19597
This commit is contained in:
@ -79,7 +79,7 @@ create or replace view vt12 as select * from t1 cross join t2;
|
||||
select * from vt12;
|
||||
a b
|
||||
1 2
|
||||
create or replace view vt12 as select * from t1 for system_time as of timestamp ('0-0-0') cross join t2;
|
||||
create or replace view vt12 as select * from t1 for system_time as of timestamp ('1970-01-01 00:00') cross join t2;
|
||||
select * from vt12;
|
||||
a b
|
||||
# VIEW improvements [tempesta-tech/mariadb#183]
|
||||
|
Reference in New Issue
Block a user