summaryrefslogtreecommitdiff
path: root/sql/wsrep_mysqld.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2021-10-061-1/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-10-061-1/+1
| |\
| | * MDEV-22708 Assertion `!mysql_bin_log.is_open() || thd.is_current_stmt_binlog_...mkaruza2021-10-061-1/+1
| * | Merge 10.4 into 10.5Marko Mäkelä2021-09-171-2/+3
| |\ \ | | |/
| | * MDEV-26053 : TRUNCATE on table with Foreign Key Constraint no longer replicat...bb-10.4-truncateJan Lindström2021-09-171-2/+3
* | | Merge 10.5 into 10.6Marko Mäkelä2021-08-261-10/+31
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2021-08-261-12/+32
| |\ \ | | |/
| | * 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
* | | | | Merge 10.5 to 10.6Marko Mäkelä2021-08-191-6/+9
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-26223 Galera cluster node consider old server_id value even after modifi...bb-10.5-rasmusmkaruza2021-08-181-6/+9
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-7/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-7/+5
| |\ \ \ \ | | |/ / /
| | * | | 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-25698 SIGSEGV in wsrep_should_replicate_ddlmkaruza2021-06-091-0/+3
* | | | | Reduce usage of strlen()Monty2021-05-191-6/+9
* | | | | MDEV-9609 : wsrep_debug only logs DDL information on originating nodeJan Lindström2021-05-151-18/+34
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-041-3/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-031-3/+10
| |\ \ \ \ | | |/ / /
| | * | | MDEV-22227 Assertion `state_ == s_exec' failed in wsrep::client_state::start_...bb-10.4-MDEV-22227mkaruza2021-04-281-3/+10
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-0/+26
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-0/+26
| |\ \ \ \ | | |/ / /
| | * | | MDEV-22668: "Flush SSL" command doesn't reload wsrep certbb-10.4-MDEV-22668mkaruza2021-04-151-0/+26
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-081-0/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-081-0/+12
| |\ \ \ \ | | |/ / /
| | * | | MDEV-25226 Assertion when wsrep_on set OFF with SR transactionDaniele Sciascia2021-04-051-0/+12
* | | | | MDEV-20715 : Implement system variable to disallow local GTIDs in Galerabb-10.6-MDEV-20715Jan Lindström2021-03-011-4/+34
* | | | | MENT-411 : Implement wsrep_replicate_ariaJan Lindström2021-02-251-6/+10
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-241-2/+15
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Sergei Golubchik2021-02-231-2/+15
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'bb-10.4-release' into 10.4Sergei Golubchik2021-02-231-21/+5
| | |\ \ \
| | * | | | MDEV-24865 : Server crashes when truncate mysql user tablebb-10.4-MDEV-24865Jan Lindström2021-02-161-17/+28
* | | | | | MDEV-24830 : Write a warning to error log if Galera replicates InnoDB table w...bb-10.6-MDEV-24830Jan Lindström2021-02-221-4/+263
* | | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-24/+15
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge mariadb-10.5.9Marko Mäkelä2021-02-171-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-24833 : Signal 11 on wsrep_can_run_in_toi at wsrep_mysqld.cc:1994Jan Lindström2021-02-121-4/+18
| |/ / / /
* | | | | 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