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

RESET SLAVE ALL doesn't remove all slave related configurations

    XMLWordPrintable

Details

    Description

      RESET SLAVE 'named' ALL deletes the entire named CHANGE MASTER entry.
      Correspondingly, RESET SLAVE ALL on the default unnamed slave should clear all of its configurations from the server.

      CHANGE MASTER TO
        master_user='replssl',
        master_password='',
        master_ssl=1,
        master_ssl_ca ='path/to/cacert.pem',
        master_ssl_cert='path/to/client-cert.pem',
        master_ssl_key='path/to/client-key.pem';
      RESET SLAVE ALL; -- Should be a fresh start …
      SHOW SLAVE STATUS; -- … but this still shows SSL options.
       
      CHANGE MASTER TO
        master_user='replssl',
        master_password='', master_host='localhost';
      START SLAVE; -- can still connect, even if the `replssl` user requires SSL
      

      Attachments

        Issue Links

          Activity

            People

              bnestere Brandon Nesterenko
              Deepthi ES Deepthi Eranti Sreenivas
              Georgi Kodinov Georgi Kodinov
              Brandon Nesterenko Brandon Nesterenko
              Votes:
              2 Vote for this issue
              Watchers:
              8 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.