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:
@ -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
|
||||
|
Reference in New Issue
Block a user