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

When "replicate_do_db" and "replicate_wild_do_table" both specified,both options will be invalid

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Cannot Reproduce
    • 10.0.22
    • N/A
    • Replication
    • None
    • CentOS 7(X64)

    Description

      In a slave I just want to replicate two types of database from master, so I use following SQL to replicate mydb1 and mydb2, but result is no database is been replicated!

      STOP SLAVE;
      SET GLOBAL replicate_do_db = "mydb1";
      SET GLOBAL replicate_wild_ignore_table = "mydb2.tb%";
      START SLAVE;

      Attachments

        Activity

          People

            Unassigned Unassigned
            leafonsword guo feng
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.