summaryrefslogtreecommitdiff
path: root/storage/innobase/lock
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20950 Reduce size of record offsetsbb-10.2-MDEV-20950-stack-offsetsEugene Kosov2019-12-131-19/+19
* MDEV-20483 trx_lock_t::table_locks is not a subset of trx_lock_t::trx_locksThirunarayanan Balathandayuthapani2019-09-171-0/+2
* MDEV-15326: Backport trx_t::is_referenced()Marko Mäkelä2019-09-041-4/+5
* MDEV-15326: InnoDB: Failing assertion: !other_lockMarko Mäkelä2019-09-041-166/+63
* MDEV-15326 preparation: Remove trx_sys_t::n_prepared_trxMarko Mäkelä2019-09-041-20/+6
* Remove a bogus commentMarko Mäkelä2019-08-281-3/+1
* MDEV-15326/MDEV-16136 dead code removalMarko Mäkelä2019-08-271-2/+0
* Merge 10.1 into 10.2Marko Mäkelä2019-07-252-131/+104
|\
| * Remove the wrappers ut_time(), ut_difftime(), ib_time_tMarko Mäkelä2019-07-242-7/+9
| * Reduce the amount of time(NULL) calls for lock processingMarko Mäkelä2019-07-242-122/+126
| * Always initialize trx_t::start_time_microMarko Mäkelä2019-07-241-4/+1
| * Remove ut_usectime(), ut_gettimeofday()Marko Mäkelä2019-07-241-30/+16
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-134-4/+4
|\ \ | |/
| * Update FSF addressVicențiu Ciorbaru2019-05-113-3/+3
* | MDEV-18429: Simpler implementationMarko Mäkelä2019-04-291-307/+51
* | Clean up ut_listMarko Mäkelä2019-04-291-2/+2
* | MDEV-18429 Consistent non-locking reads do not appear in TRANSACTIONS section...Eugene Kosov2019-04-291-20/+31
* | lock_rec_convert_impl_to_expl_for_trx(): Remove unused parameterMarko Mäkelä2019-04-261-2/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-04-251-2/+3
|\ \ | |/
| * Merge 5.5 into 10.1Marko Mäkelä2019-04-241-2/+3
| |\
| | * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-241-18/+21
| * | Revert MDEV-18464 and MDEV-12009Marko Mäkelä2019-03-281-32/+18
| * | MDEV-18464: Port kill_one_trx fixes from 10.4 to 10.1Jan Lindström2019-03-281-18/+32
| * | cmake: re-enable -Werror in the maintainer modeSergei Golubchik2019-03-271-1/+1
* | | Remove some unnecessary InnoDB #includeMarko Mäkelä2018-11-291-1/+0
* | | MDEV-14409 Assertion `page_rec_is_leaf(rec)' failed in lock_rec_validate_pageMarko Mäkelä2018-11-261-4/+9
* | | Remove many redundant #include from InnoDBMarko Mäkelä2018-11-193-16/+3
* | | MDEV-17765 lock_discard_page() may fail to discard locks for SPATIAL INDEXMarko Mäkelä2018-11-191-30/+37
* | | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-071-5/+4
* | | Merge 10.1 into 10.2Marko Mäkelä2018-08-211-2/+2
|\ \ \ | |/ /
| * | MDEV-13333: Deadlock failure that does not occur elsewhereJan Lindström2018-08-061-2/+3
| * | MDEV-16092 Crash in encryption.create_or_replaceMarko Mäkelä2018-05-041-4/+4
| * | Fix a deadlock in thd_report_wait_for()Marko Mäkelä2018-03-161-15/+8
| * | lock_table_create(), lock_rec_create(): Clean up the WSREP codeMarko Mäkelä2018-03-151-33/+10
* | | MDEV-16136: Prevent wrong reuse in trx_reference()Marko Mäkelä2018-08-161-0/+2
* | | Rename lock_pool_t to lock_listMarko Mäkelä2018-08-161-23/+9
* | | MDEV-16136: Simplify trx_lock_t memory managementMarko Mäkelä2018-08-161-44/+6
* | | Do not declare an unused variableMarko Mäkelä2018-08-031-1/+4
* | | MDEV-15855: Use atomics for dict_table_t::n_ref_countThirunarayanan Balathandayuthapani2018-07-051-2/+2
* | | MDEV-16087 Inconsistent SELECT results when query cache is enabledThirunarayanan Balathandayuthapani2018-06-181-1/+1
* | | Make some locking primitives inlineMarko Mäkelä2018-03-162-80/+2
* | | lock_table_create(), lock_rec_create(): Clean up the WSREP codeMarko Mäkelä2018-03-161-8/+1
* | | lock_reset_lock_and_trx_wait(): Remove diagnosticsMarko Mäkelä2018-03-161-38/+2
* | | MDEV-13935 INSERT stuck at state Unlocking tablesMarko Mäkelä2018-03-161-82/+55
* | | MDEV-13935 INSERT stuck at state Unlocking tablesMarko Mäkelä2018-03-161-29/+20
* | | Add missing #ifdef WITH_WSREPMarko Mäkelä2018-03-161-19/+21
* | | Reduce the diff from 5.7 in DeadlockChecker::search()Marko Mäkelä2018-03-161-50/+43
* | | MDEV-13935 INSERT stuck at state Unlocking tablesMarko Mäkelä2018-03-163-781/+352
* | | Remove the unreachable error DB_QUE_THR_SUSPENDEDMarko Mäkelä2018-03-162-55/+18
* | | After-merge fix for commit 98eb9518db1da854048b09d94244a982a1d32f9aMarko Mäkelä2018-03-161-134/+58