MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Namespaces | |
namespace | dd |
The version of the current data dictionary table definitions. | |
Functions | |
bool | dd::create_trigger (THD *thd, const ::Trigger *new_trigger, enum_trigger_order_type ordering_clause, const LEX_CSTRING &referenced_trigger_name) |
Create new trigger in the data dictionary. More... | |
bool | dd::load_triggers (THD *thd, MEM_ROOT *mem_root, const char *schema_name, const char *table_name, const dd::Table &table, List<::Trigger > *triggers) |
Load table triggers from the data dictionary. More... | |
bool | dd::table_has_triggers (THD *thd, const char *schema_name, const char *table_name, bool *table_has_trigger) |
Check in the data dictionary if there is any trigger associated with a table. More... | |