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

Dynamic replication variables cannot be changed in combination with multi-source replication

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 10.0, 10.1
    • N/A
    • Documentation, Replication
    • None
    • Debian Jessie 64 Bit

    Description

      Hello,

      we are running a multi-source replication setup. We are not able to change the dynamic replication variables on the slave without a restart of the mariadb server.

      Example e.g.:

      SHOW ALL SLAVES STATUS;

      Result:

      - Connection_name: gandalf
      - Replicate_Do_Table: database1.table1,database1.table2

      STOP SLAVE 'gandalf';
      SET GLOBAL replicate_do_table='database1.table1,database1.table2,database1.table3';
      START SLAVE 'gandalf';
       
      SHOW ALL SLAVES STATUS;

      Result:

      - Connection_name: gandalf
      - Replicate_Do_Table: database1.table1,database1.table2

      Expected result:

      - Connection_name: gandalf
      - Replicate_Do_Table: database1.table1,database1.table2,database1.table3

      Best regards
      Michael

      Attachments

        Activity

          People

            greenman Ian Gilfillan
            nemi Michael Neubert
            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.