summaryrefslogtreecommitdiff
path: root/sql/semisync_master.cc
Commit message (Expand)AuthorAgeFilesLines
* 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