mariadb/mysql-test/suite/wsrep
Alexey Yurchenko 69c6cb5dc4 Fix recovering state GTID in case log file contains non-text bytes -
use grep with -a option.

Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
2024-09-01 02:52:52 +02:00
..
include fix check_galera_version.inc to work 2023-09-27 10:00:39 +02:00
r MDEV-33997 : Assertion `((WSREP_PROVIDER_EXISTS_ && this->variables.wsrep_on) && wsrep_emulate_bin_log) || mysql_bin_log.is_open()' failed in int THD::binlog_write_row(TABLE*, bool, const uchar*) 2024-08-29 13:41:23 +02:00
t Fix recovering state GTID in case log file contains non-text bytes - 2024-09-01 02:52:52 +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 MDEV-32995 : Remove not supported tests from wsrep suite 2023-12-20 12:31:17 +01:00
my.cnf MDEV-21335 : Galera test failure on suite wsrep 2019-12-18 10:02:57 +02:00
README Minor modifications 2014-10-04 13:53:33 -04:00
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