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
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Assignee | Jan Lindström [ jplindst ] | Daniele Sciascia [ sciascid ] |
Fix Version/s | 11.1.0 [ 28705 ] | |
Fix Version/s | 10.11 [ 27614 ] | |
Resolution | Won't Fix [ 2 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
These options were marked as deprecated in Galera library and will disappear from provider options when removed from Galera.