summaryrefslogtreecommitdiff
path: root/storage/innobase/include/trx0trx.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-08-161-7/+15
|\
| * MDEV-16136: Prevent wrong reuse in trx_reference()Marko Mäkelä2018-08-161-14/+29
| * Rename lock_pool_t to lock_listMarko Mäkelä2018-08-161-2/+2
| * MDEV-16136: Simplify trx_lock_t memory managementMarko Mäkelä2018-08-161-4/+10
* | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-3/+3
* | MDEV-15914: Remove trx_t::undo_mutexMarko Mäkelä2018-04-261-8/+1
* | Remove trx_t::undo_rseg_spaceMarko Mäkelä2018-04-251-3/+0
* | MDEV-15832 With innodb_fast_shutdown=3, skip the rollback of connected transa...Marko Mäkelä2018-04-111-8/+4
* | MDEV-15773 - Simplified away trx_free_for_(mysql|background)Sergey Vojtovich2018-04-041-9/+5
* | MDEV-15773 - trx_sys.mysql_trx_list -> trx_sys.trx_listSergey Vojtovich2018-04-041-21/+8
* | MDEV-15773 - Simplified away trx_t::in_mysql_trx_listSergey Vojtovich2018-04-041-7/+2
* | MDEV-15773 - trx_allocate_for_background() -> trx_create()Sergey Vojtovich2018-04-041-10/+2
* | Clean-up trx_sys.mutex misuseSergey Vojtovich2018-03-291-11/+0
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-330/+6
|\ \ | |/
| * MDEV-13935 INSERT stuck at state Unlocking tablesMarko Mäkelä2018-03-161-324/+6
| * After-merge fix for commit 98eb9518db1da854048b09d94244a982a1d32f9aMarko Mäkelä2018-03-161-7/+0
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-03-131-3/+10
|\ \ | |/
| * MDEV-13935: INSERT INTO stuck at state "Unlocking tables"bb-10.2-MDEV-13935Jan Lindström2018-03-081-3/+10
* | Allocate lock_sys staticallySergey Vojtovich2018-02-231-18/+18
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-5/+0
|\ \ | |/
| * Dead code removal: sess_tMarko Mäkelä2018-02-151-6/+1
* | MDEV-15104 - Remove trx_sys_t::serialisation_listSergey Vojtovich2018-01-311-6/+0
* | Remove trx_mod_tables_t::vers_by_trxMarko Mäkelä2018-01-281-10/+3
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-241-3/+0
|\ \ | |/
| * MDEV-14941 Timeouts on persistent statistics tables caused by MDEV-14511Marko Mäkelä2018-01-221-3/+0
* | Fix build on OSX with 10.13 SDKHoward Su2018-01-241-1/+1
* | MDEV-15019 - InnoDB: store ReadView on trxSergey Vojtovich2018-01-221-22/+3
* | Get rid of trx->read_view pointer jugglingSergey Vojtovich2018-01-201-8/+0
* | Replace trx_sys_t* trx_sys with trx_sys_t trx_sysMarko Mäkelä2018-01-201-15/+15
* | MDEV-14756 - Remove trx_sys_t::rw_trx_listSergey Vojtovich2018-01-201-31/+11
* | MDEV-14756 - Remove trx_sys_t::rw_trx_listSergey Vojtovich2018-01-201-17/+1
* | MDEV-14756 - Remove trx_sys_t::rw_trx_listSergey Vojtovich2018-01-201-5/+2
* | MDEV-14756 - Remove trx_sys_t::rw_trx_listSergey Vojtovich2018-01-201-1/+1
* | MDEV-14756 - Remove trx_sys_t::rw_trx_listSergey Vojtovich2018-01-201-8/+0
* | Merge branch 'github/10.3' into bb-10.3-temporalmariadb-10.3.4Sergei Golubchik2018-01-171-33/+47
|\ \
| * | MDEV-14638 - Replace trx_sys_t::rw_trx_set with LF_HASHSergey Vojtovich2018-01-111-28/+40
| * | MDEV-14638 - Replace trx_sys_t::rw_trx_set with LF_HASHSergey Vojtovich2018-01-111-9/+11
* | | Timestamp-based versioning for InnoDB [closes #209]Aleksey Midenkov2017-12-181-2/+9
* | | System Versioning 1.0 pre3Aleksey Midenkov2017-12-111-1/+5
|\ \ \ | |/ /
| * | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-061-0/+3
| |\ \ | | |/
| | * Follow-up fix to MDEV-13201 Assertion `srv_undo_sources || ...` failed on shu...Marko Mäkelä2017-12-061-0/+3
| * | Follow-up fix to MDEV-14477: Use proper std::map allocatorMarko Mäkelä2017-11-281-2/+6
* | | Remove the flag vers_update_trtMarko Mäkelä2017-11-271-4/+58
* | | System Versioning 1.0pre2Aleksey Midenkov2017-11-231-4/+5
|\ \ \ | |/ /
| * | MDEV-14477 InnoDB update_time is wrongly updated after partial rollback or in...Marko Mäkelä2017-11-231-4/+5
* | | IB: VTQ cleanups [#305]Eugene Kosov2017-11-171-9/+0
* | | IB, SQL: removed VTQ, added TRT on SQL layer [closes #305]Aleksey Midenkov2017-11-151-31/+2
* | | IB: style changes [closes #306]Eugene Kosov2017-11-151-2/+29
* | | IB: ulint compilation fixesAleksey Midenkov2017-11-131-0/+9
* | | System Versioning pre0.12Aleksey Midenkov2017-11-071-1/+5
|\ \ \ | |/ / |/| |