mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
On wsrep_cluster_address update, node restarts the replication and attempts to connect to the new address. In this process it makes a call to wsrep provider's connect API, which could lead to segfault if wsrep provider is not loaded (wsrep_on=OFF). Fixed by making sure that it proceeds only if a provider is loaded.
2 lines
79 B
Plaintext
2 lines
79 B
Plaintext
--wsrep-provider=$WSREP_PROVIDER --wsrep-cluster-address=gcomm:// --wsrep-on=0
|