Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Some Stored Routines would be more powerful/usable if we are able to declare a variable number of arguments. Two special functions may return the number of passed args, and the value of a given arg.
As an alternative, you could implement optional parameters with a DEFAULT value, but this is less powerful.
I think that this is only relevant for IN parameters, not OUT/INOUT.
Attachments
Issue Links
- relates to
-
MDEV-10862 Stored procedures: default values for parameters (optional parameters)
-
- Closed
-
I notice that this was scheduled for 10.1, but 10.1.4 beta just released (https://blog.mariadb.org/mariadb-10-1-4-now-available/). Is this still planned soon? This is something that our team at work could really use.