[MDEV-33238] binlog_row_metadata is incorrectly documented as a session variable Created: 2024-01-13  Updated: 2024-01-14  Resolved: 2024-01-14

Status: Closed
Project: MariaDB Server
Component/s: Documentation
Affects Version/s: N/A
Fix Version/s: N/A

Type: Bug Priority: Trivial
Reporter: Elena Stepanova Assignee: Ian Gilfillan
Resolution: Fixed Votes: 0
Labels: None


 Description   

https://mariadb.com/kb/en/replication-and-binary-log-system-variables/#binlog_row_metadata

binlog_row_metadata
Description: Controls the format used for binlog metadata logging.
NO_LOG: No metadata is logged (default).
MINIMAL: Only metadata required by a replica is logged.
FULL: All metadata is logged.
Commandline: --binlog-row-metadata=value
Scope: Global, Session
Dynamic: Yes

but in fact

10.5 cc5c0eda4c1a516753de238e02a024b0f044b738

MariaDB [test]> set binlog_row_metadata = no_log;
ERROR 1229 (HY000): Variable 'binlog_row_metadata' is a GLOBAL variable and should be set with SET GLOBAL


Generated at Thu Feb 08 10:37:25 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.