Details
-
Task
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
Description
Let's do the following change:
class sp_type_def_composite2 : public sp_type_def |
{
|
- Spvar_definition *m_def[2];
|
+ Spvar_definition m_def[2];
|
There's no a point to allocate Spvar_definition for m_def separately. They can reside inside sp_type_def_composite2 itself.
This will reduce the amount of pointers and will make the existing and the future code simpler.
Attachments
Issue Links
- blocks
-
MDEV-10152 Add support for TYPE .. IS REF CURSOR
-
- In Progress
-