summaryrefslogtreecommitdiff
path: root/sql/mdl.cc
Commit message (Expand)AuthorAgeFilesLines
* refs codership/mysql-wsrep#202 Added schema info into wsrep messagesPhilip Stoev2015-10-191-3/+5
* Refs codership/mysql-wsrep#113sjaakola2015-09-091-5/+2
* Refs codership/mysql-wsrep#113 - Extended the protection of local FLUSHsjaakola2015-09-091-0/+17
* Merge branch '5.5-galera' into 10.0-galeraNirbhay Choubey2015-06-231-1/+11
|\
| * MDEV-8260 : Issues related to concurrent CTASNirbhay Choubey2015-06-191-1/+11
| * * Merged the missing revision 3934 fromNirbhay Choubey2014-02-051-4/+4
| * Fixes for some compiler warnings.Nirbhay Choubey2014-01-091-1/+1
| * Merging revision 3839..3932 from codership-mysql/5.5.Nirbhay Choubey2014-01-091-2/+3
| * References: lp:1233353 - releasing explicit MDL locks for BF aborted transact...Seppo Jaakola2013-09-301-1/+6
| * References lp:1115708 - merged with lp:mariadb/5.5 revision 3657Seppo Jaakola2013-02-051-4/+8
| |\
| * | References: lp:1066784 - Merged revisions 3810-3827 from lp:codership-mysqlSeppo Jaakola2012-11-281-0/+30
| * | References lp:1066784 - bzr merge lp:maria/5.5 (rev: 3562)Seppo Jaakola2012-10-241-8/+112
| |\ \
| * | | References lp:1066784Seppo Jaakola2012-10-231-0/+8
| * | | Initial push of codership-wsrep API implementation for MariaDB. Seppo Jaakola2012-04-131-2/+96
* | | | maria-10.0.16 mergeNirbhay Choubey2015-01-261-0/+1
|\ \ \ \
| * | | | MDEV-7299 Assertion `m_status == DA_ERROR || m_status == DA_OK' fails on conc...Sergei Golubchik2015-01-191-0/+1
* | | | | bzr merge -r4209 maria/10.0.Nirbhay Choubey2014-05-211-3/+34
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-5792 - Deadlock between SELECTs from METADATA_LOCK_INFO and anotherSergey Vojtovich2014-04-231-3/+34
* | | | | Merging mariadb-10.0.10.Nirbhay Choubey2014-04-081-7/+0
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-5864 - Reduce usage of LOCK_open: TABLE_SHARE::tdc.free_tablesSergey Vojtovich2014-03-201-7/+0
* | | | | Merging revision from codership-mysql/5.5 (r3928..3968) andNirbhay Choubey2014-03-271-5/+5
|\ \ \ \ \
| * | | | | * bzr merge -r4027..4061 codership/5.6Nirbhay Choubey2014-03-261-5/+6
| * | | | | bzr merge -r3933..3945 codership/5.5 (Non-InnoDB changes only).Nirbhay Choubey2014-03-251-4/+4
* | | | | | * bzr merge -rtag:mariadb-10.0.9 maria/10.0Nirbhay Choubey2014-03-261-22/+20
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | MDEV-5675 - Performance: my_hash_sort_bin is called too oftenSergey Vojtovich2014-03-061-22/+20
* | | | | Merge MariaDB-10.0.7 revision 3961.Jan Lindström2014-01-251-0/+42
|\ \ \ \ \ | |/ / / /
| * | | | add metadata_lock_infoKentoku SHIBA2013-12-111-0/+42
* | | | | merge with MariaDB 5.6 bzr merge lp:maria --rtag:mariadb-10.0.6Seppo Jaakola2013-12-041-10/+10
|\ \ \ \ \ | |/ / / /
* | | | | bzr merge -r3890..3891 lp:codership-mysql/5.5Seppo Jaakola2013-11-061-0/+1
* | | | | Merged revisions 3425..3430 from mariadb-galera-5.5Seppo Jaakola2013-10-071-1/+6
* | | | | Merge 10.0 to galera-10.0Jan Lindström2013-09-031-171/+312
|\ \ \ \ \ | |/ / / /
| * | | | 10.0-monty mergeSergei Golubchik2013-07-211-166/+305
| |\ \ \ \
| | * | | | mdl_sync now works.Michael Widenius2013-07-021-3/+8
| | * | | | More merge fixes:Michael Widenius2013-06-161-84/+181
| | * | | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-66/+86
* | | | | | Merged with lp:maria revision #3766Seppo Jaakola2013-07-131-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | - Fixed compiler warningMichael Widenius2013-06-051-1/+1
* | | | | | Initial merge result with mariaDB 10: lp:mariaSeppo Jaakola2013-07-131-1/+134
|/ / / / /
* | | | | 10.0-base mergeSergei Golubchik2013-04-151-21/+105
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MDEV-3917 multiple use locks (GET_LOCK) in one connection.Alexey Botchkov2013-04-121-21/+105
* | | | | 10.0-base mergeSergei Golubchik2013-01-311-5/+10
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 mergeSergei Golubchik2013-01-291-4/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fixed some race conditons and bugs related to killed queriesMichael Widenius2013-01-111-3/+3
| | * | | Fix for MDEV-4009: main.delayed sporadically fails with "query 'REPLACE DELAY...Michael Widenius2013-01-101-1/+5
| | | |/ | | |/|
| * | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-1/+2
| |/ /
* | | merge with 5.5Sergei Golubchik2012-11-031-8/+112
|\ \ \ | |/ /
| * | mysql-5.5.28Sergei Golubchik2012-10-161-8/+112
| |\ \ | | |/ | |/|
| | * Bug#13058122 - DML, LOCK/UNLOCK TABLES AND SELECT LEAD TO Praveenkumar Hulakund2012-08-071-8/+112
* | | fixes for test failuresSergei Golubchik2012-09-271-24/+41
|/ /
* | MDEV-117 Assertion: prebuilt->sql_stat_start || trx->conc_state == 1 failed a...Sergei Golubchik2012-03-011-9/+13