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

Method add_joined_table

sql/sql_parse.cc:8426–8433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8424*/
8425
8426void st_select_lex::add_joined_table(TABLE_LIST *table)
8427{
8428 DBUG_ENTER("add_joined_table");
8429 join_list->push_front(table, parent_lex->thd->mem_root);
8430 table->join_list= join_list;
8431 table->embedding= embedding;
8432 DBUG_VOID_RETURN;
8433}
8434
8435
8436/**

Callers 4

wrap_tvcFunction · 0.80

Calls 1

push_frontMethod · 0.45

Tested by

no test coverage detected