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

Function unique_table_callback

sql/sql_base.cc:1313–1318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1311 uint check_flag, SELECT_LEX *sel, find_table_callback callback );
1312
1313TABLE_LIST* unique_table_callback(THD *thd, TABLE_LIST *table,
1314 TABLE_LIST *table_list,
1315 uint check_flag, SELECT_LEX *sel)
1316{
1317 return find_dup_table(thd, table, table_list, check_flag);
1318}
1319
1320
1321TABLE_LIST* unique_in_sel_table_callback(THD *thd, TABLE_LIST *table,

Callers

nothing calls this directly

Calls 1

find_dup_tableFunction · 0.85

Tested by

no test coverage detected