slave_exec_mode
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
How replication events should be executed. Legal values are STRICT (default) and IDEMPOTENT. In IDEMPOTENT mode, replication will not stop for operations that are idempotent. For example, in row based replication attempts to delete rows that doesn't exist will be ignored. In STRICT mode, replication will stop on any unexpected difference between the master and the slave.
DETAILS
PARAMETERS
Command-line | --slave_exec_mode={STRICT| |
Configuration file | Supported |
Dynamic | Yes |
Scope | Global |
Data Type | ENUM (STRICT, IDEMPOTENT) |
Product Default Value | STRICT |
SKYSQL
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.