binlog_format

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.

USAGE

DETAILS

SYNONYMS

SCHEMA

PARAMETERS

Command-line

--binlog_format={MIXED|STATEMENT|ROW}

Configuration file

Supported

Dynamic

Yes

Scope

Global, Session

Data Type

ENUM (MIXED, STATEMENT, ROW)

Product Default Value

MIXED

SKYSQL

Cloud

SkySQL Topology

ES Ver

Service Default

AWS

Multi-Node Analytics

10.6

MIXED

Single Node Analytics

10.6

MIXED

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

Replicated Transactions

10.4

ROW

10.5

ROW

10.6

ROW

Single Node Transactions

10.4

ROW

10.5

ROW

10.6

ROW

Cloud

SkySQL Topology

ES Ver

Service Default

AWS

ColumnStore Data Warehouse

10.6

MIXED

Enterprise Server With Replica(s)

10.4

ROW

10.5

ROW

10.6

ROW

Enterprise Server Single Node

10.4

ROW

10.5

ROW

10.6

ROW

GCP

ColumnStore Data Warehouse

10.6

MIXED

Enterprise Server With Replica(s)

10.4

ROW

10.5

ROW

10.6

ROW

Enterprise Server Single Node

10.4

ROW

10.5

ROW

10.6

ROW

PRIVILEGES

EXAMPLES

ERROR HANDLING

FEATURE INTERACTION

RESPONSES

DIAGNOSIS

ISO 9075:2016

CHANGE HISTORY

Release Series

History

23.08 Enterprise

  • Present starting in MariaDB Enterprise Server 23.08.0.

23.07 Enterprise

  • Present starting in MariaDB Enterprise Server 23.07.0.

10.6 Enterprise

  • Present starting in MariaDB Enterprise Server 10.6.4-1.

10.6 Community

  • Present starting in MariaDB Community Server 10.6.0.

10.5 Enterprise

  • Present starting in MariaDB Enterprise Server 10.5.3-1.

10.5 Community

  • Present starting in MariaDB Community Server 10.5.0.

10.4 Enterprise

  • Present starting in MariaDB Enterprise Server 10.4.6-1.

10.4 Community

  • Present starting in MariaDB Community Server 10.4.0.

10.3 Enterprise

  • Present starting in MariaDB Enterprise Server 10.3.16-1.

10.3 Community

  • Present starting in MariaDB Community Server 10.3.0.

10.2 Enterprise

  • Present starting in MariaDB Enterprise Server 10.2.25-1.

10.2 Community

  • Present starting in MariaDB Community Server 10.2.0.

  • Default value changed in MariaDB Community Server 10.2.4 from STATEMENT to MIXED

Release Series

History

23.08 Enterprise

  • Present starting in MariaDB Enterprise Server 23.08.0.

23.07 Enterprise

  • Present starting in MariaDB Enterprise Server 23.07.0.

10.6 Enterprise

  • Present starting in MariaDB Enterprise Server 10.6.4-1.

10.5 Enterprise

  • Present starting in MariaDB Enterprise Server 10.5.3-1.

10.4 Enterprise

  • Present starting in MariaDB Enterprise Server 10.4.6-1.

EXTERNAL REFERENCES