"wsrep_causal_reads","Enable \"strictly synchronous\" semantics for read operations",
"wsrep_causal_reads","(DEPRECATED) setting this variable is equivalent to setting wsrep_sync_wait READ flag",
SESSION_VAR(wsrep_causal_reads),
SESSION_VAR(wsrep_causal_reads),
CMD_LINE(OPT_ARG),DEFAULT(FALSE));
CMD_LINE(OPT_ARG),DEFAULT(FALSE),
NO_MUTEX_GUARD,NOT_IN_BINLOG,ON_CHECK(0),
ON_UPDATE(wsrep_causal_reads_update));
staticSys_var_uintSys_wsrep_sync_wait(
"wsrep_sync_wait","Ensure \"synchronous\" read view before executing an operation of the type specified by bitmask: 1 - READ(includes SELECT, SHOW and BEGIN/START TRANSACTION);2-UPDATEandDELETE;4-INSERTandREPLACE",