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

CHANGE MASTER TO is implicitly changing the value of 'Using_Gtid' from 'No' to 'No'

    XMLWordPrintable

Details

    • Unexpected results

    Description

      CHANGE MASTER TO master_use_gtid= NO;
      CHANGE MASTER TO relay_log_pos= 0;
      Warnings:
      Note    4190    CHANGE MASTER TO is implicitly changing the value of 'Using_Gtid' from 'No' to 'No'
      

      Looks silly, ain't it?

      Cause

      The condition to emit this warning - located in change_master() of sql/sql_repl.cc) - only checks if master_use_gtid= NO is given in the same statement.
      It should also check the before-value.

      Attachments

        Issue Links

          Activity

            People

              ParadoxV5 Jimmy Hú
              ParadoxV5 Jimmy Hú
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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