summaryrefslogtreecommitdiff
path: root/sql/transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-10/+2
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-10/+2
| |\
| | * Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-10/+2
| | |\
| | | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-10/+2
| | | |\
| | | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-10/+2
| | | | |\
| | | | | * MDEV-14609 XA Transction unable to ROLLBACK TO SAVEPOINTAlexander Barkov2018-01-151-10/+2
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1
* | | | | | MDEV-13073. This part converts the Ali patch`s identifiers to the MariaDB sta...Andrei Elkin2017-12-181-6/+6
* | | | | | MDEV-13073. This part patch weeds out RUN_HOOK from the server as semisyncAndrei Elkin2017-12-181-7/+0
* | | | | | MDEV-13073 This part merges the Ali semisync related changesAndrei Elkin2017-12-181-1/+27
* | | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / / / /
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-16/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-07-051-16/+13
| |\ \ \ \ | | |/ / /
| | * | | MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic paralle...Kristian Nielsen2017-07-031-16/+13
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-4/+4
|/ / / /
* | | | Fixed embedded server.Oleksandr Byelkin2016-09-081-4/+5
* | | | MDEV-8931: (server part of) session state trackingOleksandr Byelkin2016-08-311-8/+86
|/ / /
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-1/+1
* | | MDEV-7793 - Race condition between XA COMMIT/ROLLBACK and disconnectSergey Vojtovich2015-05-071-12/+3
* | | Merge 10.0 -> 10.1Kristian Nielsen2015-04-201-0/+2
|\ \ \ | |/ /
| * | MDEV-7249: Performance problem in parallel replication with multi-level slavesKristian Nielsen2015-03-131-0/+2
* | | MDEV-7728 - Improve xid cache scalability by using lock-free hashSergey Vojtovich2015-03-161-8/+19
* | | small cleanup, remove a useless functionSergei Golubchik2015-01-311-5/+2
* | | MDEV-162 Enhanced semisync replicationJonas Oreland2014-12-231-0/+14
* | | MDEV-6676: Optimistic parallel replicationKristian Nielsen2014-12-061-0/+7
* | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
|\ \ \ | |/ /
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-28/+0
* | | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+65
|/ /
* | merge MySQL-5.6 bugfix "Bug#17862905: MYSQLDUMP CREATES USELESS METADATA LOCKS"Sergei Golubchik2014-05-051-8/+27
* | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-12/+12
* | Replication changes for CREATE OR REPLACE TABLEMichael Widenius2014-02-051-0/+6
* | 10.0-base mergeSergei Golubchik2013-12-161-3/+47
|\ \
| * \ 5.5 mergeSergei Golubchik2013-11-231-3/+47
| |\ \ | | |/
| | * Fix for bug #17356954 "CANNOT USE SAVEPOINTS AFTER ER_LOCK_DEADLOCK ORDmitry Lenev2013-08-261-1/+6
| | * Fix for bug#14188793 - "DEADLOCK CAUSED BY ALTER TABLE DOEN'T CLEARDmitry Lenev2013-08-201-3/+42
* | | Merge from 10.0-base to 10.0 the feature MDEV-4506: Parallel replication.unknown2013-11-011-0/+5
|\ \ \ | |/ /
| * | Merge MDEV-4506: Parallel replication into 10.0-base.unknown2013-11-011-0/+5
| |\ \ | | |/ | |/|
| | * Fixes for parallel slave:Michael Widenius2013-10-141-0/+5
* | | 10.0-monty mergeSergei Golubchik2013-07-211-2/+2
|\ \ \
| * | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-2/+2
* | | | 10.0-base mergeSergei Golubchik2013-07-181-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | |/ | |/|
* | | 10.0-base mergeSergei Golubchik2013-04-151-3/+17
|\ \ \ | |/ / | | / | |/ |/|
| * This patch fixes bug#14729757 - MY_HASH_SEARCH(&XID_CACHE,Dmitry Shulga2012-12-061-3/+17
* | more fixes for test casesSergei Golubchik2012-10-011-15/+28
* | Added support of thd->tx_read_onlyMichael Widenius2012-08-071-0/+34
|/
* This patch fixes the bug#13737343 (formerly known as 64374): XA TRANSACTIONSDmitry Shulga2012-03-151-1/+1
* Bug#12352846 - TRANS_XA_START(THD*):Jon Olav Hauglid2011-04-141-11/+29
* Bug#12348348 - ASSERTION IN ROW0SEL.C LINE 3698:Jon Olav Hauglid2011-04-121-0/+14