summaryrefslogtreecommitdiff
path: root/sql/transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-12-021-1/+1
|\
| * Merge 10.3 into 10.4Marko Mäkelä2020-12-011-1/+1
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2020-12-011-1/+6
| | |\
| | | * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-1/+6
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-04-151-0/+6
| | |\ \ | | | |/
| | | * MDEV-22021: Galera database could get inconsistent with rollback to savepointmkaruza2020-03-311-0/+6
* | | | Fixed bug in trans_check() where on error we gave wrong return valueMonty2020-06-141-2/+12
* | | | Aria will now register it's transactionsMonty2020-05-231-7/+6
* | | | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-24/+24
* | | | Handle errors from external_unlock & mysql_unlock_tablesMonty2020-04-191-1/+2
* | | | Clean up and speed up interfaces for binary row loggingMonty2020-03-241-2/+4
* | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-1/+1
* | | | cleanup: pass trxid by valueSergei Golubchik2020-03-101-1/+1
* | | | perfschema transaction instrumentation related changesSergei Golubchik2020-03-101-1/+38
* | | | perfschema - various collateral cleanups and small changesSergei Golubchik2020-03-101-7/+1
* | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-1/+3
|/ / /
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-05-051-26/+11
|\ \ \ \ \ | |/ / / /
| * | | | Allocate Transaction_state_tracker staticallySergey Vojtovich2019-05-031-26/+11
* | | | | Move XID_state::xa_state handing inside xa.ccSergey Vojtovich2019-04-251-3/+2
* | | | | Just move, no code changes otherwise.Sergey Vojtovich2019-04-251-329/+3
* | | | | Galera4Brave Galera Crew2019-01-231-35/+19
* | | | | Combine GLOBAL and COMMIT namespaces into BACKUP namespace.Sergey Vojtovich2018-12-091-1/+1
|/ / / /
* | | | MDEV-16024 transaction_registry.begin_timestamp is wrong for explicit transac...Aleksey Midenkov2018-05-121-0/+1
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-1/+1
* | | | 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