For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
const char * table_name
Definition: rules_table_service.cc:56
const char * db_name
Definition: rules_table_service.cc:55
bool is_foreign_key_table_opened(THD *thd, const char *db_name, const char *table_name, const char *fk_name)
Check if TABLE instance for foreign key is already opened.
Definition: sql_foreign_key_constraint.cc:1669
enum_fk_dml_type
Definition: sql_foreign_key_constraint.h:28
bool check_all_parent_fk_ref(THD *thd, const TABLE *table_c, enum_fk_dml_type dml_type)
Check all foreign key constraints on parent tables for DML operation on a child table.
Definition: sql_foreign_key_constraint.cc:1583
bool check_all_child_fk_ref(THD *thd, const TABLE *table_p, enum_fk_dml_type dml_type)
Check all foreign key constraints on child tables for DML operation on a parent table.
Definition: sql_foreign_key_constraint.cc:1662