PL/SQL parser
(MDEV-10142)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser, Prepared Statements |
| Affects Version/s: | None |
| Fix Version/s: | 10.2.3, 10.3.0 |
| Type: | Technical task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Sprint: | 10.2.2-3, 10.2.2-1, 10.2.2-2, 10.2.2-4, 10.1.18 | ||||||||||||||||||||||||
| Description |
|
Add support for Oracle-style EXECUTE IMMEDIATE statement. This is used to execute a sql-statement stored in a string or variable, with possible arguments. Examples:
This is a shorthand for:
|
| Comments |
| Comment by Michael Widenius [ 2016-09-22 ] |
|
Review done. Code looks good, asked to add one comment to one place before pushing |
| Comment by Elena Stepanova [ 2016-10-23 ] |
|
Why does it have fix version 10.3.0 if it's been already pushed? |
| Comment by Alexander Barkov [ 2016-10-24 ] |
|
Originally this was planned for 10.3.0, but then we decided to backport it to 10.2. I forgot to update "Fix version" after backporting. Added 10.2.3 to the "Fix version" list. Thanks for noticing this! |