diff options
author | Daniele Sciascia <daniele.sciascia@galeracluster.com> | 2021-04-14 22:40:46 +0200 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2021-04-20 08:24:14 +0300 |
commit | eb4123eefc8e0ee4751d3cd3cc49ebf256aa9486 (patch) | |
tree | c4e88945dcaa90c3384010b24c13926f300655fb /client | |
parent | 57caff245cbdcbdfda6f022de7f354f05a790656 (diff) | |
download | mariadb-git-eb4123eefc8e0ee4751d3cd3cc49ebf256aa9486.tar.gz |
More fixes to variable wsrep_on
* Disallow setting wsrep_on = 1 if wsrep_provider is unset. Also, move
wsrep_on_basic from sys_vars to wsrep suite: this test now requires
to run with wsrep_provider set
* Disallow setting @@session.wsrep_on = 1 when @@global.wsrep_on = 0
* Handle the case where a new connection turns @@global.wsrep_on from
off to on. In this case we would miss a call to wsrep_open, causing
unexpected states in wsrep::client_state (causing assertions).
* Disable wsrep.MDEV-22443 because it is no longer possible to enable
wsrep_on, if server is started with wsrep_provider='none'
Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
Diffstat (limited to 'client')
0 files changed, 0 insertions, 0 deletions