summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.5-release' into bb-10.6-release10.6-halfmergeOleksandr Byelkin2021-02-161-21/+5
|\
| * Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-21/+5
| |\
| | * updating @@wsrep_cluster_address deadlocksSergei Golubchik2021-02-141-9/+4
| | * cleanup: THD::abort_current_cond_wait()Sergei Golubchik2021-02-121-12/+1
* | | MDEV-20008: Galera strict modebb-10.6-MDEV-20008mkaruza2021-01-261-11/+61
|/ /
* | Merge 10.4 into 10.5Marko Mäkelä2021-01-111-18/+21
|\ \ | |/
| * Update wsrep-lib (new logger interface)Alexey Yurchenko2021-01-071-17/+19
* | MDEV-24546 : AddressSanitizer: initialization-order-fiasco on address ... in ...Jan Lindström2021-01-091-0/+1
* | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-1/+3
|\ \ | |/
| * MDEV-23468: inline_mysql_socket_send: Assertion `mysql_socket.fd != -1' faile...mkaruza2020-12-211-1/+4
* | Merge 10.4 into 10.5Marko Mäkelä2020-12-021-1/+1
|\ \ | |/
| * MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-021-1/+1
* | Merge 10.4 into 10.5Marko Mäkelä2020-11-131-11/+65
|\ \ | |/
| * MDEV-24119 MDL BF-BF Conflict caused by TRUNCATE TABLEsjaakola2020-11-111-19/+16
| * MDEV-21577 MDL BF-BF conflictsjaakola2020-11-031-5/+59
* | MDEV-23638 : DROP TRIGGER in Galera Cluster not replicatingJan Lindström2020-09-081-0/+8
* | Merge 10.4 into 10.5Marko Mäkelä2020-09-041-1/+8
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2020-09-031-1/+8
| |\
| | * MDEV-21578 : CREATE OR REPLACE TRIGGER in Galera cluster not replicatingJan Lindström2020-09-031-3/+6
| | * Merge 10.2 into 10.3Marko Mäkelä2020-09-031-1/+5
| | |\
| | | * MDEV-21578 : CREATE OR REPLACE TRIGGER in Galera cluster not replicatingJan Lindström2020-08-281-1/+6
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-06-061-1/+8
| | |\ \ | | | |/
| | | * Merge 10.1 into 10.2Julius Goryavsky2020-06-051-1/+8
| | | |\
| | | | * MDEV-22763 backporting MDEV-20225 fix into 10.1sjaakola2020-06-031-1/+8
| | | * | Merge 10.1 into 10.2Marko Mäkelä2020-04-221-0/+11
| | | |\ \ | | | | |/
| | | | * MDEV-22271 Excessive stack memory usage due to WSREP_LOGMarko Mäkelä2020-04-171-0/+11
| | * | | Merge 10.2 into 10.3Marko Mäkelä2020-03-301-0/+11
| | |\ \ \ | | | |/ /
| | | * | MDEV-21473 conflicts with async slave BF aborting (#1475)seppo2020-03-241-0/+11
| | * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-241-1/+5
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-01-241-1/+5
| | | |\ \ | | | | |/
| | | | * MDEV-19457: sys_vars.wsrep_provider_basic failed in buildbotJulius Goryavsky2020-01-201-1/+5
| | * | | Merge 10.2 into 10.3Marko Mäkelä2019-12-121-1/+2
| | |\ \ \ | | | |/ /
| | | * | MDEV-21189: Dropping partition with 'wsrep_OSU_method=RSU' and 'SESSION sql_l...Jan Lindström2019-12-091-1/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-201-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22443 wsrep::runtime_error on START TRANSACTIONDaniele Sciascia2020-08-191-1/+1
* | | | | Remove String::lex_string() and String::lex_cstring()Monty2020-07-231-1/+1
* | | | | MDEV-19749 MDL scalability regression after backup locksEugene Kosov2020-06-231-1/+2
* | | | | Update galera to work with independent sub transactionsMonty2020-05-231-0/+1
* | | | | Performance improvements to test if WSREP if activeMonty2020-05-231-16/+21
* | | | | Move all thread cache specific code to a new classSergey Vojtovich2020-05-061-4/+3
* | | | | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-10/+2
* | | | | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-1/+45
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-22203: WSREP_ON is unnecessarily expensive WITH_WSREP=OFFMarko Mäkelä2020-04-241-4/+1
| * | | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-0/+6
| * | | | MDEV-22271 Excessive stack memory usage due to WSREP_LOGTeemu Ollakka2020-04-171-0/+39
| * | | | MDEV-22051: Protocol::end_statement(): Assertion `0' failed on Galera node up...bb-10.4-MDEV-22051mkaruza2020-04-081-3/+3
* | | | | MDEV-22075 : Server crashes in wsrep_should_replicate_ddl_iterate upon CREATE...Jan Lindström2020-04-081-1/+2
* | | | | perfschema sp instrumentation related changesSergei Golubchik2020-03-101-1/+1
* | | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-2/+2
* | | | | MDEV-20051: Add new mode to wsrep_OSU_method in which Galera checks storage e...Jan Lindström2020-02-111-51/+108