summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26053 : TRUNCATE on table with Foreign Key Constraint no longer replicat...bb-10.4-truncateJan Lindström2021-09-171-2/+3
* After-merge fix f84e28c119b495da77e197f7cd18af4048fc3126Marko Mäkelä2021-08-251-23/+43
* Merge 10.3 into 10.4Marko Mäkelä2021-08-181-43/+23
|\
| * Merge 10.2 into 10.3Marko Mäkelä2021-03-311-10/+12
| |\
| | * MDEV-24923 : Port selected Galera conflict resolution changes from 10.6Jan Lindström2021-03-301-10/+12
| | * MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-01-241-2/+0
| * | mergeSergei Golubchik2021-02-021-1/+1
| * | galera fixes related to THD::LOCK_thd_killSergei Golubchik2021-02-021-5/+12
* | | MDEV-26308 : Galera test failure on galera.galera_split_brainLeandro Pacheco2021-08-181-23/+43
* | | MDEV-23080: desync and pause node on BACKUP STAGE BLOCK_DDLLeandro Pacheco2021-07-271-1/+1
* | | cleanup: move thread_count to THD_count::value()Sergei Golubchik2021-07-241-5/+3
* | | MDEV-22227 Assertion `state_ == s_exec' failed in wsrep::client_state::start_...bb-10.4-MDEV-22227mkaruza2021-04-281-3/+10
* | | MDEV-22668: "Flush SSL" command doesn't reload wsrep certbb-10.4-MDEV-22668mkaruza2021-04-151-0/+26
* | | MDEV-25226 Assertion when wsrep_on set OFF with SR transactionDaniele Sciascia2021-04-051-0/+12
* | | Merge branch 'bb-10.4-release' into 10.4Sergei Golubchik2021-02-231-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-24865 : Server crashes when truncate mysql user tablebb-10.4-MDEV-24865Jan Lindström2021-02-161-17/+28
|/ / /
* | | Update wsrep-lib (new logger interface)Alexey Yurchenko2021-01-071-17/+19
* | | MDEV-23468: inline_mysql_socket_send: Assertion `mysql_socket.fd != -1' faile...mkaruza2020-12-211-1/+4
* | | MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-021-1/+1
* | | MDEV-24119 MDL BF-BF Conflict caused by TRUNCATE TABLEsjaakola2020-11-111-19/+16
* | | MDEV-21577 MDL BF-BF conflictsjaakola2020-11-031-5/+59
* | | 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
* | | | MDEV-22443 wsrep::runtime_error on START TRANSACTIONDaniele Sciascia2020-08-191-1/+1
* | | | 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-17571 : Make systemd timeout behavior more compatible with long Galera SSTsJan Lindström2020-01-221-8/+32
* | | | MDEV-21335 : Galera test failure on suite wsrepbb-10.4-MDEV-21335Jan Lindström2019-12-181-0/+1
* | | | Update wsrep-lib. (#1426)Teemu Ollakka2019-12-161-3/+1
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-12-091-1/+33
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-1/+33
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-12-031-1/+33
| | |\ \ | | | |/