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

Remove the deprecated variables from the wsrep_provider_options list

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Fix
    • 10.11
    • 11.1.0
    • Galera
    • None

    Description

      Remove the following deprecated variables from the wsrep_provider_options list.

      wsrep_provider_protonet_backend
      wsrep_provider_pc_npvo
      wsrep_provider_socket_ssl_compression

      node1:root@localhost> show variables like '%npv%';
      +------------------------+-------+
      | Variable_name          | Value |
      +------------------------+-------+
      | wsrep_provider_pc_npvo | ON    |
      +------------------------+-------+
      1 row in set (0.001 sec)
       
      node1:root@localhost> 
      node1:root@localhost> show variables like '%backend%';
      +---------------------------------+-------+
      | Variable_name                   | Value |
      +---------------------------------+-------+
      | wsrep_provider_protonet_backend | asio  |
      +---------------------------------+-------+
      1 row in set (0.001 sec)
       
      node1:root@localhost>
      node1:root@localhost> show variables like '%wsrep_provider_socket_ssl_compression%';
      +---------------------------------------+-------+
      | Variable_name                         | Value |
      +---------------------------------------+-------+
      | wsrep_provider_socket_ssl_compression | OFF   |
      +---------------------------------------+-------+
      1 row in set (0.001 sec)
       
      node1:root@localhost>
      

      Attachments

        Issue Links

          Activity

            People

              sciascid Daniele Sciascia
              ramesh Ramesh Sivaraman
              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.