summaryrefslogtreecommitdiff
path: root/storage/innobase/trx/trx0trx.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | MDEV-25687: Remove trx_active_transactionsMarko Mäkelä2021-05-171-8/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-071-0/+13
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-0/+13
| |\ \ \ \ | | |/ / /
| | * | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-0/+13
| | |\ \ \ | | | |/ /
| | | * | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-0/+13
| | | |\ \ | | | | |/
| | | | * MDEV-25503 InnoDB hangs on startup during recoveryThirunarayanan Balathandayuthapani2021-04-271-0/+13
* | | | | MDEV-18518 Multi-table CREATE and DROP transactions for InnoDBMarko Mäkelä2021-05-041-49/+16
* | | | | MDEV-25297 Assertion: trx->roll_limit <= trx->undo_no in ROLLBACK TO SAVEPOINTMarko Mäkelä2021-04-091-4/+1
* | | | | cleanup: os_thread_yield() -> std::this_thread::yield()Eugene Kosov2021-03-191-1/+1
* | | | | MDEV-24818: Optimize multi-statement INSERT into an empty tableMarko Mäkelä2021-03-161-2/+9
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-051-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-051-37/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-051-37/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-24811 Assertion find(table) failed with innodb_evict_tables_on_commit_debugMarko Mäkelä2021-03-031-46/+4
* | | | | MDEV-24811 Assertion find(table) failed with innodb_evict_tables_on_commit_debugMarko Mäkelä2021-03-021-37/+6
* | | | | MDEV-24951 Assertion m.first->second.valid(trx->undo_no) failedMarko Mäkelä2021-02-241-4/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-0/+12
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-0/+8
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-1/+9
| | | |\ \ | | | | |/
| | | | * MDEV-23851 BF-BF Conflict issue because of UK GAP lockssjaakola2021-01-181-1/+9
* | | | | MDEV-24861 Assertion `trx->rsegs.m_redo.rseg' failed in innodb_prepare_commit...Marko Mäkelä2021-02-151-26/+28
* | | | | MDEV-24341 Innodb - do not block in foreground thread in log_write_up_to(Vladislav Vaintroub2021-02-141-27/+41
* | | | | MDEV-20612: Partition lock_sys.latchMarko Mäkelä2021-02-121-51/+35
* | | | | MDEV-20612: Replace lock_sys.mutex with lock_sys.latchMarko Mäkelä2021-02-111-5/+5
* | | | | MDEV-20612 preparation: LockMutexGuardMarko Mäkelä2021-02-111-17/+14
* | | | | Cleanup: Remove lock_trx_lock_list_init(), lock_table_get_n_locks()Marko Mäkelä2021-02-071-2/+1
* | | | | MDEV-21452 fixup: Introduce trx_t::mutex_is_owner()Marko Mäkelä2021-02-051-6/+6
* | | | | MDEV-24789: Reduce sizeof(trx_lock_t)Marko Mäkelä2021-02-051-3/+4
* | | | | Cleanup: Reduce some lock_sys.mutex contentionMarko Mäkelä2021-02-051-6/+3
* | | | | MDEV-24671: Replace lock_wait_timeout_task with mysql_cond_timedwait()Marko Mäkelä2021-01-271-30/+10
* | | | | Cleanups:Marko Mäkelä2021-01-271-4/+1
* | | | | Cleanup: Remove trx_get_id_for_print()Marko Mäkelä2021-01-271-1/+5
* | | | | MDEV-515 Reduce InnoDB undo logging for insert into empty tableMarko Mäkelä2021-01-251-25/+19
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-111-3/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-01-111-4/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-01-111-4/+6
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-111-2/+2
| | | |\ \ | | | | |/
| | | | * MDEV-23536 : Race condition between KILL and transaction commitJan Lindström2021-01-081-2/+2
* | | | | Cleanup: Declare trx_weight_ge() inlineMarko Mäkelä2021-01-051-35/+0
* | | | | Cleanup: Remove lock_number_of_rows_locked()Marko Mäkelä2021-01-041-3/+3
* | | | | Clarify some commentsMarko Mäkelä2021-01-041-5/+3
* | | | | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-151-66/+63
* | | | | MDEV-21452: Replace all direct use of os_event_tMarko Mäkelä2020-12-151-15/+16
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-11-131-4/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2020-11-121-4/+0
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2020-11-121-4/+0
| | |\ \ | | | |/
| | | * MDEV-7620: Remove the data structuresMarko Mäkelä2020-11-091-4/+0
* | | | Cleanup: Remove os0proc.*Marko Mäkelä2020-09-031-1/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2020-08-211-111/+118
|\ \ \ \ | |/ / /