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

wsrep_replicate_myisam: SELECT gets replicated using TO

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.1.18, 10.2.2
    • 10.1.19, 10.2.3
    • wsrep
    • None

    Description

      Test case:

      SET @@global.wsrep_replicate_myisam=1;
      CREATE TABLE t1 (i INT) ENGINE=INNODB;
      INSERT INTO t1 VALUES(1);
      # This command wrongly gets replicated.
      SELECT * FROM t1;
      

      Attachments

        Activity

          People

            nirbhay_c Nirbhay Choubey (Inactive)
            nirbhay_c Nirbhay Choubey (Inactive)
            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.