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

Function join_read_key

sql/sql_select.cc:25356–25360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25354
25355
25356static int
25357join_read_key(JOIN_TAB *tab)
25358{
25359 return join_read_key2(tab->join->thd, tab, tab->table, &tab->ref);
25360}
25361
25362
25363/*

Callers

nothing calls this directly

Calls 1

join_read_key2Function · 0.85

Tested by

no test coverage detected