Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
417c8c9d
Commit
417c8c9d
authored
Sep 22, 2016
by
Alexander Barkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-10585 EXECUTE IMMEDIATE statement
Adding Oracle specific tests
parent
a699a5f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
mysql-test/suite/compat/oracle/r/ps.result
mysql-test/suite/compat/oracle/r/ps.result
+6
-0
mysql-test/suite/compat/oracle/t/ps.test
mysql-test/suite/compat/oracle/t/ps.test
+5
-0
No files found.
mysql-test/suite/compat/oracle/r/ps.result
View file @
417c8c9d
...
...
@@ -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
mysql-test/suite/compat/oracle/t/ps.test
View file @
417c8c9d
...
...
@@ -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
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment