1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-10585 EXECUTE IMMEDIATE statement

Adding Oracle specific tests
This commit is contained in:
Alexander Barkov
2016-09-22 15:18:53 +04:00
parent a699a5f967
commit 417c8c9daf
2 changed files with 11 additions and 0 deletions

View File

@ -130,3 +130,9 @@ DROP TABLE t1;
#
# End of MDEV-10709 Expressions as parameters to Dynamic SQL
#
#
# MDEV-10585 EXECUTE IMMEDIATE statement
#
EXECUTE IMMEDIATE 'SELECT :1 FROM DUAL' USING 10;
:1
10