1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

SQL: derived fixes [related to #185]

This commit is contained in:
Aleksey Midenkov
2017-04-30 23:51:42 +03:00
parent 8a11f9b243
commit 7e0ff13d7a
5 changed files with 21 additions and 9 deletions

View File

@ -39,9 +39,13 @@ x
drop prepare stmt;
select * from vt1;
x
2
1
prepare stmt from 'select * from vt1';
execute stmt;
x
2
1
drop prepare stmt;
select * from t1 for system_time as of timestamp @t1;
x