mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@@ -132,6 +132,18 @@ uint wsrep_ignore_apply_errors= 0;
|
||||
* End configuration options
|
||||
*/
|
||||
|
||||
/*
|
||||
* Cached variables
|
||||
*/
|
||||
|
||||
// Whether the Galera write-set replication provider is set
|
||||
// wsrep_provider && strcmp(wsrep_provider, WSREP_NONE)
|
||||
bool WSREP_PROVIDER_EXISTS_;
|
||||
|
||||
// Whether the Galera write-set replication is enabled
|
||||
// global_system_variables.wsrep_on && WSREP_PROVIDER_EXISTS_
|
||||
bool WSREP_ON_;
|
||||
|
||||
/*
|
||||
* Other wsrep global variables.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user