Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.11
-
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
- relates to
-
MDEV-22570 Split wsrep_provider_options in several options
- Closed