mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-27246 Implement a method to add IPs to allowlist for Galera Cluster node addresses that can make SST/IST requests
Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
This commit is contained in:
@ -89,6 +89,7 @@ wsrep_thread_count 2
|
||||
# variables
|
||||
SELECT VARIABLE_NAME FROM INFORMATION_SCHEMA.SESSION_VARIABLES WHERE VARIABLE_NAME LIKE "wsrep%" ORDER BY VARIABLE_NAME;
|
||||
VARIABLE_NAME
|
||||
WSREP_ALLOWLIST
|
||||
WSREP_AUTO_INCREMENT_CONTROL
|
||||
WSREP_CAUSAL_READS
|
||||
WSREP_CERTIFICATION_RULES
|
||||
|
Reference in New Issue
Block a user