summaryrefslogtreecommitdiff
path: root/storage/innobase/lock
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Dead code removal: sess_tMarko Mäkelä2018-02-152-2/+0
* | MDEV-14648 Restore fix for MySQL BUG#39053 - UNINSTALL PLUGIN does not allow ...Marko Mäkelä2018-02-151-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2018-02-131-1/+4
|\ \ | |/
| * Merge 10.0 into 10.1Marko Mäkelä2018-02-131-1/+4
| |\
| | * MDEV-14988 innodb_read_only tries to modify files if transactions were recove...Marko Mäkelä2018-02-131-1/+4
* | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-2/+2
|\ \ \ | |/ /
| * | After-merge fix for commit d4df7bc9b1fbdfb5c98134091a9ff998af60954fMarko Mäkelä2018-02-021-2/+2
| * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| |\ \ | | |/
| | * MDEV-12173 "Error: trying to do an operation on a dropped tablespace"Marko Mäkelä2018-01-221-6/+3
| * | MDEV-12837: WSREP: BF lock wait longJan Lindström2017-12-092-50/+83
| * | Remove dead code for non-debug buildsMarko Mäkelä2017-11-061-0/+2
| * | Merge 10.0 into 10.1Marko Mäkelä2017-10-261-2/+2
| |\ \ | | |/
| | * MDEV-12569 InnoDB suggests filing bugs at MySQL bug trackerMarko Mäkelä2017-10-261-2/+2
| | * Merge branch 'merge-innodb-5.6' into 10.0Vicențiu Ciorbaru2017-10-261-2/+2
| | |\
| | * \ Merge 5.5 into 10.0Marko Mäkelä2017-10-261-2/+2
| | |\ \
| | | * | MDEV-12569 InnoDB suggests filing bugs at MySQL bug trackerMarko Mäkelä2017-10-261-2/+2
| | | * | Bug #21025880 DUPLICATE UK VALUES IN READ-COMMITTED (AGAIN)Aditya A2015-08-121-5/+5
| | | * | Fixing the bug 16919882 - WRONG FSF ADDRESS IN LICENSES HEADERSMurthy Narkedimilli2013-06-102-4/+4
| | | * | Bug#16268289 LOCK_REC_VALIDATE_PAGE() MAY DEREFERENCE A POINTER TO AAditya A2013-03-131-1/+3
| | | * | Bug #16004999 ASSERT STATE == TRX_STATE_NOT_STARTED, UNLOCK_ROW()Annamalai Gurusami2013-01-101-0/+5
| | | * | Bug#59354 : Bug #12659252 : ASSERT !OTHER_LOCK AT LOCK_REC_ADD_TO_QUEUE DURIN...Yasufumi Kinoshita2012-11-281-15/+72
| | | |\ \
| | | | * | Bug#59354 : Bug #12659252 : ASSERT !OTHER_LOCK AT LOCK_REC_ADD_TO_QUEUE DURIN...Yasufumi Kinoshita2012-11-281-14/+71
| | | * | | This is a backport of "WL#5674 InnoDB: report all deadlocks (Bug#1784)"Vasil Dimov2012-11-121-47/+104
| | | * | | merge from 5.1Inaam Rana2012-03-151-9/+14
| | | |\ \ \ | | | | |/ /
| | | * | | Bug#13789853 SHOW ENGINE INNODB STATUS HANGS DUE TO EXCESSIVE WORKInaam Rana2012-03-121-49/+78
| | | * | | Bug #13651627 Move ut_ad(0) from the beginning to the end of buf_page_print(),Marko Mäkelä2012-02-021-1/+1
| | | * | | Fix for build break introduced at rev 3711Yasufumi Kinoshita2012-01-271-0/+1
| | | * | | Bug #13413535 61104: INNODB: FAILING ASSERTION: PAGE_GET_N_RECS(PAGE) > 1Marko Mäkelä2012-01-261-2/+4