slave_ddl_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 and IDEMPOTENT (default). In IDEMPOTENT mode, replication will not stop for DDL operations that are idempotent. This means that CREATE TABLE is treated as CREATE TABLE OR REPLACE and DROP TABLE is treated as DROP TABLE IF EXISTS.
DETAILS
PARAMETERS
Command-line | --slave_ddl_exec_mode={STRICT| |
Configuration file | Supported |
Dynamic | Yes |
Scope | Global |
Data Type | ENUM (STRICT, IDEMPOTENT) |
Product Default Value | IDEMPOTENT |
SKYSQL
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.