summaryrefslogtreecommitdiff
path: root/storage/xtradb/lock
Commit message (Expand)AuthorAgeFilesLines
* Update FSF addressVicențiu Ciorbaru2019-05-113-3/+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
* | 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
* | 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
* | | After-merge fix for commit d4df7bc9b1fbdfb5c98134091a9ff998af60954fMarko Mäkelä2018-02-021-2/+2
* | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-022-1/+59
|\ \ \ | |/ /
| * | Merge branch 'merge-xtradb-5.6' into 10.0Vicențiu Ciorbaru2018-01-241-0/+58
| |\ \
| | * | 5.6.38-83.0Vicențiu Ciorbaru2018-01-231-0/+79
| * | | MDEV-12173 "Error: trying to do an operation on a dropped tablespace"Marko Mäkelä2018-01-221-7/+3
* | | | MDEV-12837: WSREP: BF lock wait longJan Lindström2017-12-092-48/+82
* | | | 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
| | * | 5.5.46-37.6Sergei Golubchik2015-12-091-5/+5
| | * | percona-server-5.5.42-37.1.tar.gzSergei Golubchik2015-04-281-1/+1
| | * | move to storage/xtradb/Sergei Golubchik2015-04-272-0/+6162
| | /
* | | cleanup: remove useless "inline" keywordsSergei Golubchik2017-09-271-8/+0
* | | MDEV-13787 Crash in persistent stats wsrep_on (thd=0x0)Sachin Setiya2017-09-272-4/+12
* | | 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
* | | Never pass NULL to innobase_get_stmt()Marko Mäkelä2017-05-171-9/+13
* | | Merge 10.0 into 10.1Marko Mäkelä2017-05-121-9/+14
|\ \ \ | |/ /
| * | MDEV-12674 Innodb_row_lock_current_waits has overflowMarko Mäkelä2017-05-121-8/+14
* | | MW-28, codership/mysql-wsrep#28 Fix sync_thread_levels debug assertSachin Setiya2017-04-061-6/+2
* | | MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothingJan Lindström2017-03-141-23/+19
* | | Fix InnoDB/XtraDB compilation warnings on 32-bit builds.Marko Mäkelä2017-03-091-4/+9
* | | MDEV-11638 Encryption causes race conditions in InnoDB shutdownMarko Mäkelä2017-01-051-7/+2
* | | MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->t...sensssz2016-12-021-14/+12
* | | 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/+25
* | | A few fixes for VATS in 10.1sensssz2016-10-251-107/+316
* | | 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: missing * and ;sensssz2016-10-111-2/+2
* | | Bug fix: add undeclared variables.sensssz2016-10-111-0/+3
* | | Implement VATS both in InnoDB and XtraDB. Add configuration options for it in...sensssz2016-10-111-14/+141
* | | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-08-251-7/+15
|\ \ \