MySQL 8.4.0
Source Code Documentation
udf_member_actions.cc File Reference

Functions

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 *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...
 

Function Documentation

◆ disable_member_action_udf()

udf_descriptor disable_member_action_udf ( )

Returns the descriptor of the "group_replication_disable_member_action" UDF.

Returns
the descriptor of the "group_replication_disable_member_action" UDF

◆ enable_member_action_udf()

udf_descriptor enable_member_action_udf ( )

Returns the descriptor of the "group_replication_enable_member_action" UDF.

Returns
the descriptor of the "group_replication_enable_member_action" UDF

◆ group_replication_disable_member_action()

static char * group_replication_disable_member_action ( UDF_INIT ,
UDF_ARGS args,
char *  result,
unsigned long *  length,
unsigned char *  is_null,
unsigned char *  error 
)
static

◆ group_replication_disable_member_action_deinit()

static void group_replication_disable_member_action_deinit ( UDF_INIT )
static

◆ group_replication_disable_member_action_init()

static bool group_replication_disable_member_action_init ( UDF_INIT init_id,
UDF_ARGS args,
char *  message 
)
static

◆ group_replication_enable_member_action()

static char * group_replication_enable_member_action ( UDF_INIT ,
UDF_ARGS args,
char *  result,
unsigned long *  length,
unsigned char *  is_null,
unsigned char *  error 
)
static

◆ group_replication_enable_member_action_deinit()

static void group_replication_enable_member_action_deinit ( UDF_INIT )
static

◆ group_replication_enable_member_action_init()

static bool group_replication_enable_member_action_init ( UDF_INIT init_id,
UDF_ARGS args,
char *  message 
)
static

◆ group_replication_reset_member_actions()

static char * group_replication_reset_member_actions ( UDF_INIT ,
UDF_ARGS args,
char *  result,
unsigned long *  length,
unsigned char *  is_null,
unsigned char *  error 
)
static

◆ group_replication_reset_member_actions_deinit()

static void group_replication_reset_member_actions_deinit ( UDF_INIT )
static

◆ group_replication_reset_member_actions_init()

static bool group_replication_reset_member_actions_init ( UDF_INIT init_id,
UDF_ARGS args,
char *  message 
)
static

◆ reset_member_actions_udf()

udf_descriptor reset_member_actions_udf ( )

Returns the descriptor of the "group_replication_reset_member_actions" UDF.

Returns
the descriptor of the "group_replication_reset_member_actions" UDF