mariadb/mysql-test/suite/wsrep
Daniel Black c4938eafc5 MDEV-30275: mariadb names rather than mysql names should be used
* mariadb-service-convert to use mariadbd-safe
* galera_recovery to use mariadbd
* mtr - wsrep use mariadb executables
* debian/mariadb-server.mariadb.init use mariadbd-safe
* debian/tests/smoke uses mariadb instead of mysql as client.

Co-Author: Daniel Black <daniel@mariadb.org>
2023-01-03 11:25:10 +11:00
..
include MDEV-21494 : Galera test sporadic failure on galera.galera_defaults 2020-11-19 12:42:54 +02:00
r Merge branch '10.4' into 10.5 2022-05-09 22:04:06 +02:00
t Merge branch '10.3' into 10.4 2022-05-08 23:03:08 +02:00
common.pm MDEV-30275: mariadb names rather than mysql names should be used 2023-01-03 11:25:10 +11:00
disabled.def More fixes to variable wsrep_on 2021-04-20 08:24:14 +03:00
my.cnf MDEV-21335 : Galera test failure on suite wsrep 2019-12-18 10:02:57 +02:00
README
suite.pm MDEV-18565 Galera mtr-suite fails if galera library is not installed 2020-04-27 09:22:36 +02:00

* '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