summaryrefslogtreecommitdiff
path: root/mysql-test/suite/wsrep
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18778: mysql_tzinfo_to_sql does not work correctly in MariaDB GaleraJan Lindström2019-08-163-16/+180
* Fix test failure on wsrep.variablesJan Lindström2018-10-041-1/+1
* MDEV-17276: Adjust Galera tests after Galera library 25.3.24Jan Lindström2018-09-231-0/+2
* try to fix version detectionOleksandr Byelkin2018-09-131-2/+2
* Fix result file for wsrep.variables, for some reason had too newJan Lindström2018-09-072-63/+3
* MDEV-17062: Test failure on galera.MW-336Jan Lindström2018-09-063-10/+26
* Merge branch '10.0-galera' into 10.1Vicențiu Ciorbaru2018-06-122-0/+21
|\
| * Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-05-072-0/+21
| |\
| | * only allow SUPER user to modify wsrep_onSergei Golubchik2018-03-012-0/+21
* | | Fix Merge ErrorSachin Setiya2017-08-232-2/+2
* | | Merge remote-tracking branch 'origin/10.0-galera' into 10.1Jan Lindström2017-08-211-1/+1
|\ \ \ | |/ /
| * | Galera test fixes and add remaining test failures as disabled.Jan Lindström2017-08-181-1/+1
* | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2017-06-301-11/+8
|\ \ \ | |/ /
| * | Fix galera_defaults test and check_galera_version.inc scriptSachin Setiya2017-05-311-11/+8
* | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2017-05-261-4/+22
|\ \ \ | |/ /
| * | MDEV-7560: check_galera_version to account for greater version than specifiedDaniel Black2017-04-051-4/+22
| * | Fix wsrep_affected_rows.Sachin Setiya2017-03-162-10/+4
* | | MW-313 Enforce wsrep_max_ws_rows also when binlog is enabledSachin Setiya2017-04-062-10/+4
* | | MDEV-10993: wsrep.mdev_10186 result depends on location of galera libraryNirbhay Choubey2016-11-022-1/+2
* | | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2016-09-283-0/+73
|\ \ \ | |/ /
| * | MDEV-10714: Could not execute Delete_rows event on table; wsrep_max_ws_rows e...Nirbhay Choubey2016-09-013-0/+73
| * | Record wsrep.variables test result (with non-debug galera library).mariadb-galera-10.0.27Nirbhay Choubey2016-08-251-2/+0
* | | Post merge fixes.Nirbhay Choubey2016-08-251-2/+0
* | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-252-1/+3
|\ \ \ | |/ /
| * | Update galera version-dependent tests.Nirbhay Choubey2016-08-212-1/+3
| * | Fix memory leak in XtraDB.Nirbhay Choubey2016-06-271-1/+0
| * | Fix galera,wsrep tests.Nirbhay Choubey2016-06-261-0/+2
* | | MDEV-10235: Deadlock in CREATE TABLE .. AS SELECT .. if result set is empty i...Nirbhay Choubey2016-06-272-2/+2
* | | Test cleanup: Remove unnecessary global suppressionsNirbhay Choubey2016-06-271-2/+0
* | | MDEV-10186: mysqld crash when runtime setting wsrep_cluster_address without w...Nirbhay Choubey2016-06-273-0/+24
* | | Adjust warning suppression over a recent change in galera library.Nirbhay Choubey2015-09-271-1/+2
* | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2015-09-031-3/+3
|\ \ \ | |/ /
| * | Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-08-251-2/+2
| |\ \ | | |/
| | * Fix for a typo.Nirbhay Choubey2015-08-181-2/+2
| * | Merge branch '5.5-galera' into 10.0-galeramariadb-galera-10.0.21Nirbhay Choubey2015-08-141-1/+1
| |\ \ | | |/
| | * Fix for some failing tests.mariadb-galera-5.5.45Nirbhay Choubey2015-08-141-1/+1
| * | Fix for some more test failures.Nirbhay Choubey2015-05-121-0/+1
| * | Merge galera tests from github.com/codership/mysql-wsrepNirbhay Choubey2015-05-082-1/+9
| * | Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-03-283-0/+31
| |\ \ | | |/
| | * MDEV-7798: mysql.server init script can't stop mysqld when WSREP is turned offNirbhay Choubey2015-03-243-0/+31
| * | Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-03-101-1/+1
| |\ \ | | |/
| | * Reduce gcache size to cut down disk usageNirbhay Choubey2015-03-091-1/+1
| | * Changes in wsrep_guess_ip()Nirbhay Choubey2015-02-241-2/+0
| | * MDEV-7544: Update global_suppressions to include warning related to "gvwstate...Nirbhay Choubey2015-02-181-0/+1
| | * MDEV-7322: Option to allow setting the binlog_format with GaleraNirbhay Choubey2015-01-272-15/+32
| | * Minor test modifications.Nirbhay Choubey2015-01-261-0/+9
| | * MDEV-7374 : Losing connection to MySQL while running ALTER TABLENirbhay Choubey2015-01-243-0/+19
| | * Test changes (backported from 10.1).Nirbhay Choubey2015-01-167-25/+48
| | * MDEV-6832: ER_LOCK_WAIT_TIMEOUT on SHOW STATUSmariadb-galera-5.5.41Nirbhay Choubey2014-12-315-2/+27
| | * MDEV-6924 : Server crashed on CREATE TABLE ... SELECTNirbhay Choubey2014-11-173-0/+30