MCPcopy Create free account
hub / github.com/MariaDB/server / set_items_ref_array

Method set_items_ref_array

sql/sql_select.h:1831–1835  ·  view source on GitHub ↗

Overwrites 'ref_ptrs' and remembers the source as 'current'.

Source from the content-addressed store, hash-verified

1829
1830 /// Overwrites 'ref_ptrs' and remembers the source as 'current'.
1831 void set_items_ref_array(Ref_ptr_array src_arr)
1832 {
1833 copy_ref_ptr_array(ref_ptrs, src_arr);
1834 current_ref_ptrs= src_arr;
1835 }
1836
1837 /// Initializes 'items0' and remembers that it is 'current'.
1838 void init_items_ref_array()

Callers 3

do_selectFunction · 0.80
end_send_groupFunction · 0.80
end_sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected