Details
-
Task
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
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:
- Stored routine variables
- Stored routine parameters
- Stored function RETURNS clasuse
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:
- packing arrays into records
- indexing
Attachments
Issue Links
- blocks
-
MDEV-6121 Add support for arrays in tables
- Open
-
MDEV-32670 VARRAY for scalar data types
- Open
- is blocked by
-
MDEV-12252 ROW data type for stored function return values
- Closed
- is part of
-
MDEV-10137 Providing compatibility to other databases
- Open
- relates to
-
MDEV-10914 ROW data type for stored routine variables
- Closed
-
MDEV-12252 ROW data type for stored function return values
- Closed
-
MDEV-14212 Add Field_row for SP ROW variables
- Closed