58 bool *is_unused_table);
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 check_all_parent_fk_ref(THD *thd, const TABLE *table_c, enum_fk_dml_type dml_type, const Table_share_foreign_key_info *ignore_fk=nullptr)
Check all foreign key constraints on parent tables for DML operation on a child table.
Definition: sql_foreign_key_constraint.cc:1840
enum_fk_dml_type
Definition: sql_foreign_key_constraint.h:29
bool is_foreign_key_table_opened(THD *thd, const char *db_name, const char *table_name, const char *fk_name, bool *is_unused_table)
Check if TABLE instance for foreign key is already opened.
Definition: sql_foreign_key_constraint.cc:1935
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:1926