replication_group_member_actions

2 rows


Description

The member actions configuration.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
name CHAR 255 null

The action name.

event CHAR 64 null

The event that will trigger the action.

enabled BIT 1 null

Whether the action is enabled.

type CHAR 64 null

The action type.

priority TINYINT UNSIGNED 3 null

The order on which the action will be run, value between 1 and 100, lower values first.

error_handling CHAR 64 null

On errors during the action will be handled: IGNORE, CRITICAL.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc/Asc name + event
event Performance Asc event

Relationships