mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Galera4
This commit is contained in:
committed by
Sergey Vojtovich
parent
382115b992
commit
36a2a185fe
@ -13,11 +13,11 @@
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
|
||||
|
||||
#include <my_config.h>
|
||||
|
||||
#ifndef WSREP_VAR_H
|
||||
#define WSREP_VAR_H
|
||||
|
||||
#include <my_config.h>
|
||||
|
||||
#ifdef WITH_WSREP
|
||||
|
||||
#define WSREP_CLUSTER_NAME "my_wsrep_cluster"
|
||||
@ -90,13 +90,18 @@ extern bool wsrep_slave_threads_update UPDATE_ARGS;
|
||||
extern bool wsrep_desync_check CHECK_ARGS;
|
||||
extern bool wsrep_desync_update UPDATE_ARGS;
|
||||
|
||||
extern bool wsrep_trx_fragment_size_check CHECK_ARGS;
|
||||
extern bool wsrep_trx_fragment_size_update UPDATE_ARGS;
|
||||
|
||||
extern bool wsrep_trx_fragment_unit_update UPDATE_ARGS;
|
||||
|
||||
extern bool wsrep_max_ws_size_check CHECK_ARGS;
|
||||
extern bool wsrep_max_ws_size_update UPDATE_ARGS;
|
||||
|
||||
extern bool wsrep_reject_queries_update UPDATE_ARGS;
|
||||
|
||||
#else /* WITH_WSREP */
|
||||
|
||||
#define WSREP_NONE
|
||||
#define wsrep_provider_init(X)
|
||||
#define wsrep_init_vars() (0)
|
||||
#define wsrep_start_position_init(X)
|
||||
|
Reference in New Issue
Block a user