summaryrefslogtreecommitdiff
path: root/storage/innobase/lock/lock0lock.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23897 SIGSEGV on commit with innodb_lock_schedule_algorithm=VATSMarko Mäkelä2020-10-061-4/+3
* MDEV-23101 : SIGSEGV in lock_rec_unlock() when Galera is enabledJan Lindström2020-09-101-154/+133
* MDEV-23101 fixup: Remove redundant codeMarko Mäkelä2020-08-041-3/+4
* MDEV-23101: SIGSEGV in lock_rec_unlock() when Galera is enabledJan Lindström2020-08-031-10/+11
* MDEV-22721 Remove bloat caused by InnoDB logger classMarko Mäkelä2020-06-041-16/+18
* MDEV-22618 Assertion !dict_index_is_online_ddl ... in lock_table_locks_lookupMarko Mäkelä2020-05-191-1/+2
* MDEV-21595: innodb offset_t rename to rec_offsDaniel Black2020-04-291-19/+19
* Merge 10.1 into 10.2Marko Mäkelä2020-04-271-12/+9
|\
| * MDEV-7962 wsrep_on() takes 0.14% in OLTP ROMarko Mäkelä2020-04-271-7/+6
* | 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-251-88/+83
|\ \ | |/
| * Remove the wrappers ut_time(), ut_difftime(), ib_time_tMarko Mäkelä2019-07-241-5/+7
| * Reduce the amount of time(NULL) calls for lock processingMarko Mäkelä2019-07-241-110/+123
| * Always initialize trx_t::start_time_microMarko Mäkelä2019-07-241-4/+1
* | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\ \ | |/
| * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
* | 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
| * 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
* | 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-191-6/+2
* | 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-161-79/+0
* | 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