[MDEV-12927] Allow SP variables as LOAD DATA out parameters Created: 2017-05-26 Updated: 2021-05-11 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | Data type cleanups | ||||||||
| Description |
|
We currently allow user variables and SP variables as out parameters in:
But LOAD DATA is an exception: It's possible to do:
But its not possible to do inside a stored routine:
It can be useful for stricter data type control in the SET clause. Under terms of this task we'll do the following:
|