mirror of
https://github.com/MariaDB/server.git
synced 2025-10-18 21:52:10 +02:00
![]() Problem was that wsrep was disconnected and new slave threads tried to connect to cluster but failed as we were disconnected state. Allow changing wsrep_slave_threads only when wsrep is enabled and we are connected to a cluster. In other cases report error and issue a warning. |
||
---|---|---|
.. | ||
include | ||
r | ||
t | ||
common.pm | ||
disabled.def | ||
my.cnf | ||
README | ||
suite.pm |
* 'wsrep' suite is designated for tests which do not require a multi-node galera cluster. * As these tests are specific to wsrep-related functionalities, they must skip on server built without wsrep patch (vanilla). (-DWITH_WSREP=OFF) See : include/have_wsrep.inc, include/have_wsrep_enabled.inc, not_wsrep.inc