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

Function unique_table

sql/sql_base.cc:1343–1349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1341*/
1342
1343TABLE_LIST*
1344unique_table(THD *thd, TABLE_LIST *table, TABLE_LIST *table_list,
1345 uint check_flag)
1346{
1347 return find_table(thd, table, table_list, check_flag, NULL,
1348 &unique_table_callback);
1349}
1350
1351
1352TABLE_LIST*

Callers 10

mysql_prepare_insertFunction · 0.85
prepareMethod · 0.85
check_unique_tableFunction · 0.85
safe_update_on_flyFunction · 0.85
prepare_innerMethod · 0.85
mysql_create_like_tableFunction · 0.85
executeMethod · 0.85
mysql_loadFunction · 0.85
initialize_tablesMethod · 0.85
prepare_innerMethod · 0.85

Calls 1

find_tableFunction · 0.70

Tested by

no test coverage detected