summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* | | | Fix cmake -DWITH_WSREP=OFFMarko Mäkelä2019-04-031-0/+1
* | | | 10.4 wsrep group commit fixes (#1224)Teemu Ollakka2019-03-151-13/+1
* | | | Less abort_loop referencesSergey Vojtovich2019-03-091-1/+0
* | | | LOCK_thread_count and COND_thread_count removed from wsrep modules (#1197)seppo2019-02-261-0/+4
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-211-0/+1
|\ \ \ \ | |/ / /
| * | | dirty mergeOleksandr Byelkin2019-02-071-0/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-0/+1
| | |\ \ | | | |/
| | | * Merge branch '10.0-galera' into 10.1Oleksandr Byelkin2019-01-311-0/+1
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-10-301-1/+1
| | | | |\
| | | | | * Add a new config variable wsrep_certification_rulesVasil Dimov2018-10-101-1/+1
| | | * | | MDEV-17801: Galera test failure on galera_var_reject_queriesJan Lindström2018-11-261-2/+2
* | | | | | Merge pull request #1185 from codership/10.4-wsrep_schema_cleanupJan Lindström2019-02-141-2/+0
|\ \ \ \ \ \
| * | | | | | Cleanup wsrep_schema and remove all references to wsrep_thd_poolDaniele Sciascia2019-02-141-2/+0
* | | | | | | WSREP debug log levels supportmkaruza2019-02-131-2/+2
|/ / / / / /
* | | | | | Implement wsrep_load_data_splitting with streaming replicationTeemu Ollakka2019-02-121-9/+0
* | | | | | Galera4Brave Galera Crew2019-01-231-131/+263
|/ / / / /
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-261-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-17801: Galera test failure on galera_var_reject_queriesJan Lindström2018-11-221-2/+2
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-2/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2018-09-071-1/+3
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-08-021-1/+3
| | | |\ \ | | | | |/
| | | | * Fix FK constraint violation in applier, after ALTER TABLE ADD FKDaniele Sciascia2018-08-021-1/+3
| | | * | MDEV-16799: Test wsrep.variables crash at sql_class.cc:639 thd_get_ha_dataJan Lindström2018-07-241-0/+3
| | * | | fix failures of innodb_plugin tests in --embeddedSergei Golubchik2018-09-041-1/+0
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-09-061-4/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-311-4/+1
| |\ \ \ \ | | |/ / /
| | * | | Revert MDEV-9519 due to regressionsMarko Mäkelä2018-08-311-4/+0
| | * | | Merge pull request #828 from tempesta-tech/sysprg/10.1-MDEV-10754Jan Lindström2018-08-211-0/+1
| | |\ \ \
| | | * | | Fixes after review and correction of the problems caused by the fact that dur...Julius Goryavsky2018-08-091-0/+1
* | | | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-0/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-211-0/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | This is patch for the https://jira.mariadb.org/browse/MDEV-9519 issue:Julius Goryavsky2018-08-151-0/+4
| | |/ / /
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-1/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-1/+13
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0-galera' into 10.1Vicențiu Ciorbaru2018-06-121-1/+13
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-05-071-0/+13
| | | |\ \ | | | | |/
| | | | * MW-384 protect access to wsrep_ready variable with mutexAlexey Yurchenko2017-10-191-1/+2
| | | | * MW-86 Add separate wsrep_sync_wait bitmask value for SHOW commandsDaniele Sciascia2017-07-201-2/+3
| | | | * MW-322 - CTAS fix merged to 5.5-v25 branchsjaakola2017-07-201-0/+11
| | | | * MW-267Sachin Setiya2017-04-181-1/+0
| | | | * MDEV-11479 Improved wsrep_dirty_readsSachin Setiya2016-12-141-0/+1
| | | | * refs codership/mysql-wsrep#226 Limit binlog recovery to found wsrep positionTeemu Ollakka2016-02-101-1/+1
| | | | * refs codership/mysql-wsrep#201Daniele Sciascia2016-02-091-0/+1
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-2/+0
| |\ \ \ \ | | |/ / /