mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-10914 ROW data type for stored routine variables
This commit is contained in:
@ -385,10 +385,10 @@ void print_sjm(SJ_MATERIALIZATION_INFO *sjm)
|
||||
/*
|
||||
Debugging help: force List<...>::elem function not be removed as unused.
|
||||
*/
|
||||
Item* (List<Item>:: *dbug_list_item_elem_ptr)(int)= &List<Item>::elem;
|
||||
Item_equal* (List<Item_equal>:: *dbug_list_item_equal_elem_ptr)(int)=
|
||||
Item* (List<Item>:: *dbug_list_item_elem_ptr)(uint)= &List<Item>::elem;
|
||||
Item_equal* (List<Item_equal>:: *dbug_list_item_equal_elem_ptr)(uint)=
|
||||
&List<Item_equal>::elem;
|
||||
TABLE_LIST* (List<TABLE_LIST>:: *dbug_list_table_list_elem_ptr)(int) =
|
||||
TABLE_LIST* (List<TABLE_LIST>:: *dbug_list_table_list_elem_ptr)(uint) =
|
||||
&List<TABLE_LIST>::elem;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user