[MDEV-32380] Array data type for stored routnes Created: 2023-10-09 Updated: 2023-12-05 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Stored routines |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||||||
| Description |
|
MDEV-6121 is about adding the ARRAY data type as a possible table column data type. To make patches smaller, let's first introduce the ARRAY data type as a possible SP data type in:
This will introduce all required infrastructure, like Type_handler_array and its dependency classes. The main patch for MDEV-6121 will later concentrate on things like:
|