summaryrefslogtreecommitdiff
path: root/sql/transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
* | | | 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
* Bug #11766788 (former bug 59986)Jon Olav Hauglid2011-02-141-2/+3
* Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-5/+20
* Bug #56448 Assertion failed: ! is_set() with second xa endJon Olav Hauglid2010-09-131-2/+4
* A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-0/+27
* Bug #50124 Rpl failure on DROP table with concurrent txn/non-txnJon Olav Hauglid2010-06-251-2/+6
* Draft patch that fixes and a sketches test cases for:Konstantin Osipov2010-05-071-1/+26
* Clean-up, give better names, add comments toKonstantin Osipov2010-05-061-3/+3
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+1
* Merge next-mr -> next-4284.Konstantin Osipov2010-02-031-9/+10