| 1311 | uint check_flag, SELECT_LEX *sel, find_table_callback callback ); |
| 1312 | |
| 1313 | TABLE_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 | |
| 1321 | TABLE_LIST* unique_in_sel_table_callback(THD *thd, TABLE_LIST *table, |
nothing calls this directly
no test coverage detected