summaryrefslogtreecommitdiff
path: root/sql/xa.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2020-12-021-0/+10
|\
| * MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-021-1/+4
| * Merge 10.3 into 10.4Marko Mäkelä2020-12-011-0/+4
| * MDEV-15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-0/+2
* | Merge branch '10.4' into 10.5Sujatha2020-09-291-1/+1
|\ \ | |/
| * MDEV-23586 Mariabackup: GTID saved for replication in 10.4.14 is wrongMonty2020-09-251-1/+1
* | thd->m_transaction_psi was not properly cleared for new connectionsMonty2020-07-231-0/+1
* | Merge 10.4 into 10.5Marko Mäkelä2020-07-211-1/+2
|\ \ | |/
| * MDEV-21953 deadlock between BACKUP STAGE BLOCK_COMMIT and parallel repl.Monty2020-07-211-1/+1
* | Change THD->transaction to a pointer to enable multiple transactionsMonty2020-05-231-45/+45
* | Merge 10.4 into 10.5Marko Mäkelä2020-04-251-1/+2
|\ \ | |/
| * Shrink my_atomic.h and my_cpu.h scopeSergey Vojtovich2020-04-151-0/+1
* | MDEV-742 XA PREPAREd transaction survive disconnect/server restartAndrei Elkin2020-03-141-36/+197
* | perfschema transaction instrumentation related changesSergei Golubchik2020-03-101-2/+24
* | perfschema mdl related instrumentation changesSergei Golubchik2020-03-101-1/+1
* | perfschema - various collateral cleanups and small changesSergei Golubchik2020-03-101-1/+1
* | MDEV-21659 XA rollback foreign_xid is allowed inside active XAAndrei Elkin2020-03-091-2/+29
* | MDEV-21766 - Forbid XID with empty 'gtrid'Sergey Vojtovich2020-02-281-0/+2
* | Merge 10.4 into 10.5Marko Mäkelä2019-10-121-2/+2
|\ \ | |/
| * Fix -Wunused-variableMarko Mäkelä2019-10-121-2/+2
* | MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-2/+2
|/
* trans_xa_detach() frameworkSergey Vojtovich2019-04-251-21/+51
* Move XID_STATE::xid to XID_cache_elementSergey Vojtovich2019-04-251-77/+77
* Moved normal transaction xid to implicit_xidSergey Vojtovich2019-04-251-0/+7
* Move XID_STATE::xa_state to XID_cache_elementSergey Vojtovich2019-04-251-25/+30
* Move XID_state::xa_state handing inside xa.ccSergey Vojtovich2019-04-251-18/+43
* Move XID_STATE::rm_error to XID_cache_elementSergey Vojtovich2019-04-251-15/+18
* Just move, no code changes otherwise.Sergey Vojtovich2019-04-251-0/+797