binlog_row_metadata
Topics on This Page:
- In 10.5 ES, 10.5 CS:
Controls whether metadata is logged using FULL , MINIMAL format and NO_LOG.FULL causes all metadata to be logged; MINIMAL means that only metadata actually required by slave is logged; NO_LOG NO metadata will be logged.Default: NO_LOG.
- In 10.4 ES, 10.4 CS, 10.3 ES, 10.3 CS, 10.2 ES, 10.2 CS:
Not present
See also: System Variables in 10.5 ES, in 10.5 CS, in 10.4 ES, in 10.4 CS, in 10.3 ES, in 10.3 CS, in 10.2 ES, and in 10.2 CS
DETAILS
PARAMETERS
Command-line |
--binlog_row_metadata={NO_LOG| |
Configuration file |
Supported |
Dynamic |
Yes |
Scope |
Global |
Data Type |
ENUM (NO_LOG, MINIMAL, FULL) |
Default Value |
NO_LOG |
SKYSQL
Cloud |
SkySQL Topology |
ES Ver |
Default |
---|---|---|---|
AWS |
HA (Primary/Replica) |
10.4 |
Not present |
AWS |
HA (Primary/Replica) |
10.5 |
NO_LOG |
AWS |
Transactional Standalone |
10.4 |
Not present |
AWS |
Transactional Standalone |
10.5 |
NO_LOG |
AWS |
Distributed Transactions |
10.5 |
NO_LOG |
GCP |
ColumnStore |
10.5 |
NO_LOG |
GCP |
ColumnStore Multi |
10.5 |
NO_LOG |
GCP |
Galera |
10.4 |
Not present |
GCP |
Galera |
10.5 |
NO_LOG |
GCP |
HA (Primary/Replica) |
10.4 |
Not present |
GCP |
HA (Primary/Replica) |
10.5 |
NO_LOG |
GCP |
HTAP |
10.5 |
NO_LOG |
GCP |
Transactional Standalone |
10.4 |
Not present |
GCP |
Transactional Standalone |
10.5 |
NO_LOG |
GCP |
Distributed Transactions |
10.5 |
NO_LOG |
See MariaDB SkySQL documentation to learn more about the MariaDB SkySQL database as a service.
CHANGE HISTORY
Release Series |
History |
---|---|
10.5 Enterprise |
|
10.5 Community |
|
10.4 Enterprise |
|
10.4 Community |
|
10.3 Enterprise |
|
10.3 Community |
|
10.2 Enterprise |
|
10.2 Community |
|
EXTERNAL REFERENCES
Information specific to MariaDB SkySQL can be found on the binlog_row_metadata page in the SkySQL Documentation.