mariadb/mysql-test/suite/wsrep
Nirbhay Choubey 3dd88fbd11 MDEV-10714: Could not execute Delete_rows event on table; wsrep_max_ws_rows exceeded. Error_Code 1180
The wsrep_max_ws_rows related implementation should be skipped
when server is running with wsrep disabled.
2016-09-01 12:59:11 -04:00
..
include MDEV-7560: wsrep* tests depend on the version of galera library 2015-02-27 22:13:37 -05:00
r MDEV-10714: Could not execute Delete_rows event on table; wsrep_max_ws_rows exceeded. Error_Code 1180 2016-09-01 12:59:11 -04:00
t MDEV-10714: Could not execute Delete_rows event on table; wsrep_max_ws_rows exceeded. Error_Code 1180 2016-09-01 12:59:11 -04:00
disabled.def Fix for some more test failures. 2015-05-12 16:56:06 -04:00
my.cnf Reduce gcache size to cut down disk usage 2015-03-09 22:55:54 -04:00
README Merged r3468 from maria-5.5-galera. 2014-03-27 08:22:29 -04:00
suite.pm Fix memory leak in XtraDB. 2016-06-27 14:44:07 -04: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