Details
-
New Feature
-
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
-
-
MDEV-10143 User defined types
-
- Open
-
Activity
Link |
This issue blocks |
Link |
This issue relates to |
Link |
This issue relates to |
Link |
This issue relates to |
Link |
This issue blocks |
Link | This issue is part of MDEV-10137 [ MDEV-10137 ] |
Assignee | Alexander Barkov [ bar ] | |
Status | Open [ 1 ] | Needs Feedback [ 10501 ] |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 11.4 [ 29301 ] | |
Resolution | Incomplete [ 4 ] | |
Status | Needs Feedback [ 10501 ] | Closed [ 6 ] |
Resolution | Incomplete [ 4 ] | |
Status | Closed [ 6 ] | Stalled [ 10000 ] |
Status | Stalled [ 10000 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Stalled [ 10000 ] |
Link | This issue blocks MDEV-32670 [ MDEV-32670 ] |
Link |
This issue is blocked by |
Link | This issue relates to MDEV-10143 [ MDEV-10143 ] |
Issue Type | Task [ 3 ] | New Feature [ 2 ] |
A working prototype is ready. Now waiting for
MDEV-12252to get pushed.