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

Row-based replication did not log selectively as advertised in docs. Docs changed to reflect actual behavior.

    XMLWordPrintable

Details

    Description

      Row-based replication documents claimed:
      "For row-based logging, the server will log any updates to any tables in the named database/s, irrespective of the current database."

      The reality is different, with row-based replication actually logging DDL statements to every database as long as any database is in use ("use <database-name>;"), while correctly ignoring DML statements to ignored databases.

      When no default database has been specified (with "use <database-name>;") all statements to logged databases are logged, and all statements to ignored databases ignored, as expected.

      I have updated the documentation to reflect the observed server behavior.

      Attachments

        Issue Links

          Activity

            People

              greenman Ian Gilfillan
              juan.vera Juan
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.