|
static bool | group_replication_enable_member_action_init (UDF_INIT *init_id, UDF_ARGS *args, char *message) |
|
static void | group_replication_enable_member_action_deinit (UDF_INIT *) |
|
static char * | group_replication_enable_member_action (UDF_INIT *, UDF_ARGS *args, char *result, unsigned long *length, unsigned char *is_null, unsigned char *error) |
|
udf_descriptor | enable_member_action_udf () |
| Returns the descriptor of the "group_replication_enable_member_action" UDF. More...
|
|
static bool | group_replication_disable_member_action_init (UDF_INIT *init_id, UDF_ARGS *args, char *message) |
|
static void | group_replication_disable_member_action_deinit (UDF_INIT *) |
|
static char * | group_replication_disable_member_action (UDF_INIT *, UDF_ARGS *args, char *result, unsigned long *length, unsigned char *is_null, unsigned char *error) |
|
udf_descriptor | disable_member_action_udf () |
| Returns the descriptor of the "group_replication_disable_member_action" UDF. More...
|
|
static bool | group_replication_reset_member_actions_init (UDF_INIT *init_id, UDF_ARGS *args, char *message) |
|
static void | group_replication_reset_member_actions_deinit (UDF_INIT *) |
|
static char * | group_replication_reset_member_actions (UDF_INIT *, UDF_ARGS *, char *result, unsigned long *length, unsigned char *is_null, unsigned char *error) |
|
udf_descriptor | reset_member_actions_udf () |
| Returns the descriptor of the "group_replication_reset_member_actions" UDF. More...
|
|