summaryrefslogtreecommitdiff
path: root/sql/mdl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warningMonty2018-03-261-1/+1
* MDEV-12005: GET_LOCK: Fractional part of timeout is ignoredNirbhay Choubey2017-02-071-1/+2
* 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
* | Merge branch '10.0-galera' into bb-10.1-sergNirbhay Choubey2016-02-241-1/+10
|\ \
| * | refs codership/mysql-wsrep#233sjaakola2016-02-231-1/+1
| * | refs codership/mysql-wsrep#233sjaakola2016-02-231-0/+10
* | | Merge branch '10.1' into bb-10.1-sergSergei Golubchik2015-11-201-1/+1
|\ \ \
| * | | Fixed compile warnings on SolarisMonty2015-11-201-1/+1
* | | | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2015-11-191-3/+17
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | bzr merge -r4209 maria/10.0.Nirbhay Choubey2014-05-211-3/+34
| |\ \ \ \ \
| * \ \ \ \ \ Merging mariadb-10.0.10.Nirbhay Choubey2014-04-081-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
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge MariaDB-10.0.7 revision 3961.Jan Lindström2014-01-251-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
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | Merged with lp:maria revision #3766Seppo Jaakola2013-07-131-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Initial merge result with mariaDB 10: lp:mariaSeppo Jaakola2013-07-131-1/+134
* | | | | | | | | | | | Merge branch '10.0-galera' into 10.1Nirbhay Choubey2015-07-141-1/+11
* | | | | | | | | | | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-0/+1
* | | | | | | | | | | | MDEV-7952 - clock_gettime() takes 0.24% in OLTP ROSergey Vojtovich2015-06-191-5/+2
* | | | | | | | | | | | MDEV-8073 - Build error in sql/mdl.cc on OS X 10.10Sergey Vojtovich2015-04-301-6/+6
* | | | | | | | | | | | MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash"Sergey Vojtovich2015-03-041-164/+128
* | | | | | | | | | | | MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash"Sergey Vojtovich2015-03-041-196/+150
* | | | | | | | | | | | MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash"Sergey Vojtovich2015-03-041-129/+26
* | | | | | | | | | | | MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash"Sergey Vojtovich2015-03-041-189/+77
* | | | | | | | | | | | MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free hash"Sergey Vojtovich2015-03-041-149/+27
* | | | | | | | | | | | Merge branch '10.0' into merge-wipSergei Golubchik2015-01-311-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |