Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-33238

binlog_row_metadata is incorrectly documented as a session variable

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Fixed
    • N/A
    • N/A
    • Documentation
    • 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
      

      Attachments

        Activity

          People

            greenman Ian Gilfillan
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.