You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…_REfERENCE
(but keep support for it for backward compatibility)
The only place where wsrep-lib made use of WSREP_KEY_SHARED is
wsrep::append_sr_keys_for_commit() which is used only with protocols >= 4
so we don't need to worry about the protocol version and just change
wsrep::key::shared to wsrep::key::reference.
Refs #227
SHARED keys have poor semantics and REFERENCE keys should be used instead. SHARED keys must be only recognized for backward compatibility.
The text was updated successfully, but these errors were encountered: