mariadb/mysql-test/suite/wsrep
Nirbhay Choubey c68e73b53f MDEV-6924 : Server crashed on CREATE TABLE ... SELECT
Do not allow server to start if binlog_format is set
to a format other than ROW. Also restrict the change
of GLOBAL/SESSION binlog_format value at runtime.
2014-11-17 09:55:53 -05:00
..
r MDEV-6924 : Server crashed on CREATE TABLE ... SELECT 2014-11-17 09:55:53 -05:00
t MDEV-6924 : Server crashed on CREATE TABLE ... SELECT 2014-11-17 09:55:53 -05:00
my.cnf MDEV#6399 - Make galera test suite run with --parallel 2014-07-12 18:20:45 -04:00
README Added MTR support for galera. 2014-02-25 13:13:39 -05: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