summaryrefslogtreecommitdiff
path: root/sql/mdl.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-20946: Hard FTWRL deadlock under user level locksRinat Ibragimov2021-03-101-0/+1
* Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-2/+2
|\
| * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-4/+4
| |\
| | * MDEV-23851 BF-BF Conflict issue because of UK GAP lockssjaakola2021-01-181-4/+4
* | | MDEV-15532 after-merge fixes from MontyMarko Mäkelä2020-12-021-3/+2
* | | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-0/+3
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-12-011-0/+3
| |\ \ | | |/
| | * MDEV 15532 Assertion `!log->same_pk' failed in row_log_table_apply_deleteMonty2020-11-301-0/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2020-08-261-19/+8
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-08-261-17/+8
| |\ \ | | |/
| | * MDEV-23483: Set Galera SST thd as system threadJan Lindström2020-08-251-17/+8
| * | Merge 10.2 into 10.3Marko Mäkelä2020-08-131-8/+17
| |\ \ | | |/
| | * MDEV-22543 : Galera SST donation fails, FLUSH TABLES WITH READ LOCK times outJan Lindström2020-08-111-8/+17
* | | Fix Windows compiler error.Jan Lindström2020-08-141-0/+2
* | | MDEV-22543 : Galera SST donation fails, FLUSH TABLES WITH READ LOCK times outbb-10.4-MDEV-22543Jan Lindström2020-08-141-8/+17
* | | MDEV-22203: WSREP_ON is unnecessarily expensive to evaluateJan Lindström2020-04-241-2/+2
* | | MDEV-20867 - Perform careful review of "Server crashes with BACKUP STAGE and ...Sergey Vojtovich2020-02-131-8/+3
* | | Server crashes with BACKUP STAGE and FLUSH TABLE table_nameMonty2019-10-201-3/+8
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| | | * Fixed compiler warningMonty2018-03-261-1/+1
* | | | Galera4Brave Galera Crew2019-01-231-75/+59
* | | | MDEV-17441 - InnoDB transition to C++11 atomicsSergey Vojtovich2018-12-281-1/+1
* | | | Added syntax and implementation for BACKUP STAGE'sMonty2018-12-091-2/+2
* | | | Added new MDL_BACKUP locks for all backup stagesMonty2018-12-091-66/+145
* | | | Acquire global read lock (MDL_BACKUP_STMT) after share is acquiredSergey Vojtovich2018-12-091-3/+8
* | | | Combine GLOBAL and COMMIT namespaces into BACKUP namespace.Sergey Vojtovich2018-12-091-87/+221
* | | | Changed FLUSH TABLES to not change share versionMonty2018-12-091-4/+1
* | | | Simple cleanups (no logic changes)Monty2018-12-091-6/+9
|/ / /
* | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-0/+2
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-01-051-1/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-051-1/+1
| |\ \ \ | | |/ /
| | * | Fixed wrong arguments to printf and related functionsMonty2018-01-041-1/+1
| | * | MDEV-12882 - Assertion failed in MDL_context::upgrade_shared_lockSergey Vojtovich2017-06-261-2/+3
* | | | Added DBUG_ASSERT_AS_PRINTF compile flagMonty2017-08-241-8/+8
* | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-0/+1
* | | | Merge branch 'bb-10.2-ext' into 10.3Marko Mäkelä2017-06-021-6/+0
|\ \ \ \ | |/ / /
| * | | Make SEQUENCE working with replicationMonty2017-05-231-6/+0
| |/ /
* | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-04-031-1/+2
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+2
| |\ \ | | |/
| | * MDEV-12005: GET_LOCK: Fractional part of timeout is ignoredNirbhay Choubey2017-02-071-1/+2
* | | MDEV-11379, MDEV-11388 - [WAIT n|NOWAIT]Sergey Vojtovich2017-03-221-0/+8
|/ /
* | MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLESSergey Vojtovich2016-12-211-39/+53
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+67
|\ \ | |/
| * Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-0/+67
| |\
| | * MDEV-10630 rpl.rpl_mdev6020 fails in buildbot with timeoutMonty2016-08-221-4/+16
| | * With parallel replication we have had a couple of bugs where DDL'sMonty2016-08-121-0/+53
| | * MDEV-9728 - Hard crash in metadata_lock_infoSergey Vojtovich2016-06-211-2/+2