Search Results
https://dev.mysql.com/doc/refman/8.4/en/leave.html
LEAVE label This statement is used to exit the flow control construct that has the given label. If the label is for the outermost stored program block, LEAVE exits the program.
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
Unable to process more transactions, this member will now leave the group. Error number: MY-011453; Symbol: ER_GRP_RPL_ERROR_STOPPING_CHANNELS; SQLSTATE: HY000 Message: Error stopping all replication channels while server was leaving the group. The ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-group-membership.html
The group is dynamic and servers can leave (either voluntarily or involuntarily) and join it at any time. If a server leaves the group, for instance it was taken down for maintenance, the remaining servers notice that it has left and reconfigure the ... In MySQL Group Replication, a set of servers forms a replication ...
https://dev.mysql.com/doc/refman/8.4/en/creating-ssl-files-using-openssl.html
# There are quite a few fields but you can leave some blank # For some fields there will be a default value, # If you enter '.', the field will be left blank. # There are quite a few fields but you can leave some blank # For some fields there will ... This section describes how to use the openssl command to set up SSL certificate and key files for use by MySQL servers and ...
https://dev.mysql.com/doc/refman/8.4/en/declare-handler.html
Therefore, the statement associated with a handler cannot use ITERATE or LEAVE to refer to labels for blocks that enclose the handler declaration. It is not in scope for the CONTINUE handler, so the reference there is invalid and results in an ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-distributed-recovery-fault.html
Donor leaves the group - The donor leaves the group, or Group Replication is stopped on the donor, while state transfer is in progress. Joining member leaves the group - The joining member leaves the group or Group Replication is stopped on the ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
group_replication_exit_state_action configures how Group Replication behaves when this server instance leaves the group unintentionally, for example after encountering an applier error, or in the case of a loss of majority, or when another member of ... This section lists the system variables that are specific to the Group Replication ...
https://dev.mysql.com/doc/refman/8.4/en/load-index.html
tbl_index_list: tbl_name [PARTITION (partition_list)] [{INDEX|KEY} (index_name[, index_name] ...)] [IGNORE LEAVES] partition_list: { partition_name[, partition_name] ... The IGNORE LEAVES modifier causes only blocks for the nonleaf nodes of the ...| ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-transaction-inconsistencies.html
Both clean and unclean shutdown abort ongoing transactions and may leave gaps and half-applied transactions. This aborts ongoing transactions and may leave gaps and half-applied transactions. This ensures it never leaves gaps or source binary log ...
https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html
Typically you leave this setting enabled during normal operation, to enforce referential integrity. This is done because such a user cannot execute arbitrary statements, and thus init_connect execution fails, leaving the client unable to connect.