[MDEV-30562] Add support for anchored data types for user variables Created: 2023-02-03 Updated: 2023-11-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
We have anchored data types declarations support since 10.3.3 and
we have no way to return to a user variable:
and this makes a feature incomplete and even misleading. It would make sense to let user variables be of record types and rely on anchored types declarations, both for compatibility and consistency. |