[MDEV-17762] PL/SQL FUNCTION arguments with IN/OUT declaration fails Created: 2018-11-18 Updated: 2018-11-19 Resolved: 2018-11-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser, Server |
| Affects Version/s: | 10.3.10 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | argument, function, in, out, pl/sql | ||
| Environment: |
Linux Ubuntu 14.04, n.a. |
||
| Issue Links: |
|
||||||||
| Description |
|
According to Oracle documentation: This CREATE FUNCTION should work:
If you omit the IN it works:
|