1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +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

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