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

Method prepare

sql/sql_union.cc:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53***************************************************************************/
54
55int select_unit::prepare(List<Item> &list, SELECT_LEX_UNIT *u)
56{
57 unit= u;
58 return 0;
59}
60
61/**
62 This called by SELECT_LEX_UNIT::exec when select changed

Callers 5

mysql_unionFunction · 0.45
change_resultMethod · 0.45
postponed_prepareMethod · 0.45
prepare_joinMethod · 0.45
prepare_pushdownMethod · 0.45

Calls 15

my_errorFunction · 0.85
wrap_tvc_with_tailFunction · 0.85
check_duplicate_namesFunction · 0.85
my_messageFunction · 0.85
init_item_intFunction · 0.85
find_unit_handlerFunction · 0.85
next_selectMethod · 0.80
is_in_predicateMethod · 0.80
is_exists_predicateMethod · 0.80
master_unitMethod · 0.80

Tested by

no test coverage detected