summaryrefslogtreecommitdiff
path: root/sql/semisync_master.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-311-4/+2
|\
| * MDEV-30269: Remove rpl_semi_sync_[slave,master] usage in codeAnel Husakovic2023-03-231-4/+2
* | Merge branch '10.4' into 10.5Sergei Golubchik2022-10-021-1/+5
|\ \ | |/
| * MDEV-29613 fixup: clang -Wunused-but-set-variableMarko Mäkelä2022-09-261-1/+5
* | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-7/+58
|\ \ | |/
| * MDEV-11853: semisync thread can be killed after sync binlog but before ACK in...Brandon Nesterenko2022-04-221-7/+58
* | Merge 10.4 into 10.5Marko Mäkelä2022-03-291-0/+1
|\ \ | |/
| * MDEV-25580: rpl.rpl_semi_sync_slave_compressed_protocol crashes because of wr...Brandon Nesterenko2022-03-241-0/+1
* | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-1/+1
* | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-2/+2
|/
* Remove \n from DBUG_PRINT statementsMichael Widenius2019-10-211-1/+1
* Revert THD::THD(skip_global_sys_var_lock) argumentbb-10.3-svoj-MDEV-14984Sergey Vojtovich2019-05-031-5/+6
* MDEV-18096 The server would crash when has configs rpl_semi_sync_master_enabl...Andrei Elkin2019-04-191-14/+13
* Add likely/unlikely to speed up executionMonty2018-05-071-6/+6
* MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+1
* Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-5/+6
* MDEV-13073. This patch is a followup of the previous one to convert the trail...bb-10.3-semisyncAndrei Elkin2017-12-181-141/+141
* MDEV-13073. This part converts the Ali patch`s identifiers to the MariaDB sta...Andrei Elkin2017-12-181-135/+142
* MDEV-13073. This patch replaces semisync's native function_enter,exitAndrei Elkin2017-12-181-101/+88
* MDEV-13073. This part patch weeds out RUN_HOOK from the server as semisyncAndrei Elkin2017-12-181-4/+4
* MDEV-13073 This part merges the Ali semisync related changesAndrei Elkin2017-12-181-328/+256
* Moved semisync from a plugin to normal serverMonty2017-12-181-0/+1430