summaryrefslogtreecommitdiff
path: root/storage/innobase/lock/lock0lock.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14055 Assertion `page_rec_is_leaf(rec)' failed in lock_rec_validate_pageMarko Mäkelä2017-10-141-7/+7
* Merge 10.1 into 10.2Marko Mäkelä2017-10-021-3/+2
|\
| * cleanup: remove useless "inline" keywordsSergei Golubchik2017-09-271-8/+0
| * MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0)Sachin Setiya2017-09-271-2/+10
| * Merge 10.0 into 10.1Marko Mäkelä2017-09-061-1/+1
| |\
| | * MDEV-13103 Assertion `flags & BUF_PAGE_PRINT_NO_CRASH' failed in buf_page_printMarko Mäkelä2017-09-061-1/+1
| | * Never pass NULL to innobase_get_stmt()Marko Mäkelä2017-05-171-7/+5
* | | Add the parameter bool leaf to rec_get_offsets()Marko Mäkelä2017-09-201-5/+9
* | | Fix some GCC 7 warnings for InnoDBMarko Mäkelä2017-08-101-0/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-7/+14
|\ \ \ | |/ /
| * | Never pass NULL to innobase_get_stmt()Marko Mäkelä2017-05-171-9/+13
* | | Fix some integer type mismatch.Marko Mäkelä2017-05-101-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2017-04-281-6/+2
|\ \ \ | |/ /
| * | MW-28, codership/mysql-wsrep#28 Fix sync_thread_levels debug assertSachin Setiya2017-04-061-6/+2
* | | BUG#23477773 OPTION TO TURN OFF/ON DEADLOCK CHECKERShaohua Wang2017-04-241-43/+34
* | | MDEV-12488 Remove type mismatch in InnoDB printf-like callsMarko Mäkelä2017-04-211-13/+2
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-2/+2
|\ \ \ | |/ /
| * | MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothingJan Lindström2017-03-141-22/+20
| * | Fix InnoDB/XtraDB compilation warnings on 32-bit builds.Marko Mäkelä2017-03-091-4/+9
| * | MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->t...sensssz2016-12-021-21/+20
| * | MDEV-11349 (1/2) Fix some clang 4.0 warningsMarko Mäkelä2016-11-251-1/+0
| * | MDEV-10692: InnoDB: Failing assertion: lock->trx->lock.wait_lock == lockJan Lindström2016-11-091-1/+26
| * | A few fixes for VATS in 10.1sensssz2016-10-251-151/+360
| * | Move the lock after deadlock is resolved.sensssz2016-10-131-11/+15
| * | Get thd by lock->trx->mysql_thd.sensssz2016-10-121-1/+1
| * | Reduce conflict during in-order replication.sensssz2016-10-121-0/+15
| * | Bug fix: add * and ; for innodbsensssz2016-10-111-2/+2
| * | Implement VATS both in InnoDB and XtraDB. Add configuration options for it in...sensssz2016-10-111-14/+144
* | | Bug#21153166: REMOVE UNUSED VARIABLES AND CONVERT GLOBAL SYMBOLS TO STATICJon Olav Hauglid2017-03-171-1/+1
* | | MDEV-12270 Port MySQL 8.0 Bug#21141390 REMOVE UNUSED FUNCTIONS AND CONVERT GL...Marko Mäkelä2017-03-171-13/+47
* | | MDEV-12271 Port MySQL 8.0 Bug#23150562 REMOVE UNIV_MUST_NOT_INLINE AND UNIV_N...Marko Mäkelä2017-03-171-6/+0
* | | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-3/+3
* | | MDEV-11849: Fix storage/innobase/* compile warningsJan Lindström2017-01-261-0/+3
* | | Follow-up to MDEV-11713: Make more use of DBUG_LOGMarko Mäkelä2017-01-121-11/+10
* | | Fixes for failures in test scripts and removal of some compiler warningsMonty2017-01-111-1/+1
* | | Merge branch '10.2-vats' of https://github.com/sensssz/server into sensssz-10...Jan Lindström2016-12-071-2/+5
|\ \ \
| * | | Bug fix: consider lock wait mode first.sensssz2016-12-011-18/+9
* | | | MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->t...Jan Lindström2016-12-021-16/+1
* | | | MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->t...Jan Lindström2016-12-011-3/+5
* | | | MDEV-10692: InnoDB: Failing assertion: lock->trx->lock.wait_lock == lockJan Lindström2016-11-091-2/+3
* | | | MDEV-10692: InnoDB: Failing assertion: lock->trx->lock.wait_lock == lockJan Lindström2016-11-091-1/+24
|/ / /
* | | Remove duplicated comments.sensssz2016-10-231-5/+1
* | | Change all space indentions to tab.sensssz2016-10-231-271/+270
* | | Style fixes.sensssz2016-10-231-11/+10
* | | Remove unnecessary changes. Apply changes to XtraDB.sensssz2016-10-221-8/+0
* | | A few bug fixes. Use thd_is_slave_replication.sensssz2016-10-221-32/+85
* | | Bug fix: remove redundant code from check_deadlock_result. Remove assert.sensssz2016-10-191-20/+1
* | | Change VATS implementation.sensssz2016-10-191-167/+322
* | | Implement VATS in XtraDB and InnoDB.sensssz2016-10-191-21/+220
* | | MDEV-10813 - Clean-up InnoDB atomics, memory barriers and mutexesSergey Vojtovich2016-10-171-6/+2