mariadb/mysql-test/suite/wsrep
Sachin Setiya 5bb7653667 Fix wsrep_affected_rows.
The value of wsrep_affected_rows were not reseted properly for
slave. Now we also wsrep_affected_rows in Xid_log_event::do_apply_event
also , apart from THD::cleanup_after_query().

Signed-off-by: Sachin Setiya <sachin.setiya@mariadb.com>
2017-03-16 02:13:31 +05:30
..
include MDEV-7560: wsrep* tests depend on the version of galera library 2015-02-27 22:13:37 -05:00
r Fix wsrep_affected_rows. 2017-03-16 02:13:31 +05:30
t Fix wsrep_affected_rows. 2017-03-16 02:13:31 +05:30
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