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

Method get_first_inner_table

sql/sql_select.h:673–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671 return FALSE;
672 }
673 struct st_join_table *get_first_inner_table()
674 {
675 if (first_inner)
676 return first_inner;
677 return first_sj_inner_tab;
678 }
679 void set_select_cond(COND *to, uint line)
680 {
681 DBUG_PRINT("info", ("select_cond changes %p -> %p at line %u tab %p",

Callers 1

check_matchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected