You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 2: Add ROUTINE_FIELD_ITEM type code.
Add this new type code and let class Item_splocal return it.
Also eliminated local variables m_type and m_result_type,
the latter can be derived at runtime from data_type().
This also made it possible to remove the redundant functions
sp_map_result_type() and sp_map_item_type().
Added some extra regression tests for use of LIMIT, NTILE, LEAD and LAG
with stored procedures, since there is now a different type code for
procedure variables and parameters that must be of integer type.
Change-Id: I1206c889407ac88982325ab508cbedb89b27e707
0 commit comments