mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
SQL: different results when querying a VIEW from PREPARED STATEMENT and without it [fixes #176]
This commit is contained in:
@ -39,8 +39,6 @@ x
|
||||
drop prepare stmt;
|
||||
select * from vt1;
|
||||
x
|
||||
2
|
||||
1
|
||||
prepare stmt from 'select * from vt1';
|
||||
execute stmt;
|
||||
x
|
||||
@ -50,7 +48,6 @@ x
|
||||
1
|
||||
select * from vt1 for system_time as of timestamp @t1;
|
||||
x
|
||||
2
|
||||
1
|
||||
prepare stmt from 'select * from vt1 for system_time as of timestamp @t1';
|
||||
execute stmt;
|
||||
|
Reference in New Issue
Block a user