binlog_format
This page is part of MariaDB's SkySQL Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
What form of binary logging the master will use: either ROW for row-based binary logging, STATEMENT for statement-based binary logging, or MIXED. MIXED is statement-based binary logging except for those statements where only row-based is correct: those which involve user-defined functions (i.e., UDFs) or the UUID() function; for those, row-based binary logging is automatically used.
See also: System Variables for MariaDB Enterprise Server 10.6, in 10.5 ES, and in 10.4 ES
DETAILS
PARAMETERS
Dynamic | Yes |
Scope | Global, Session |
Data Type | ENUM (MIXED, STATEMENT, ROW) |
Default Value | MIXED |
SKYSQL
Cloud | SkySQL Topology | ES Ver | Default |
---|---|---|---|
AWS | Multi-Node Analytics | 10.6 | MIXED |
Single Node Analytics | 10.6 | MIXED | |
Distributed Transactions | 10.5 | DEFAULT | |
10.6 | DEFAULT | ||
Replicated Transactions | 10.4 | ROW | |
10.5 | ROW | ||
10.6 | ROW | ||
Single Node Transactions | 10.4 | ROW | |
10.5 | ROW | ||
10.6 | ROW | ||
GCP | Multi-Node Analytics | 10.6 | MIXED |
Single Node Analytics | 10.6 | MIXED | |
Distributed Transactions | 10.5 | DEFAULT | |
10.6 | DEFAULT | ||
Replicated Transactions | 10.4 | ROW | |
10.5 | ROW | ||
10.6 | ROW | ||
Single Node Transactions | 10.4 | ROW | |
10.5 | ROW | ||
10.6 | ROW |
CHANGE HISTORY
Release Series | History |
---|---|
10.6 Enterprise |
|
10.5 Enterprise |
|
10.4 Enterprise |
|
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.
This page shows information specific to MariaDB SkySQL. Information for non-SkySQL use can be found on the binlog_
format page in the MariaDB Enterprise Documentation .