summaryrefslogtreecommitdiff
path: root/sql/sql_db.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2017-03-211-3/+3
|\
| * MDEV-12261 build failure without P_SSergei Golubchik2017-03-151-3/+3
* | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-4/+5
|\ \ | |/
| * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-4/+5
| |\
| | * bugfix: remove my_delete_with_symlink()Sergei Golubchik2017-02-271-3/+3
* | | Merge branch '10.0-galera' into 10.1Sergei Golubchik2016-11-021-5/+21
|\ \ \ | |/ /
| * | MDEV-10846 Running mysqldump backup twice returns error: TableAlexey Botchkov2016-10-271-5/+21
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-1/+1
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-7/+9
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-3/+3
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-181-3/+3
| |\ \ | | |/
| | * Merge remote-tracking branch 'mysql/5.5' into bb-5.5-merge @ mysql-5.5.42Sergei Golubchik2015-02-111-3/+3
| | |\
| | | * Bug#20041860: SLAVE ERROR WHEN DROP DATABASEs.sujatha2014-12-291-2/+2
| | | * WL#7076: Backporting wl6715 to support both formats Ashish Agarwal2013-08-231-2/+2
| | | |\
| | | | * WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7Ashish Agarwal2013-07-021-2/+2
| | | * | Bug#11765252 - READ OF FREED MEMORY WHEN "USE DB" ANDPraveenkumar Hulakund2013-08-211-3/+6
| | | |\ \ | | | | |/ | | | |/|
| | | | * Bug#11765252 - READ OF FREED MEMORY WHEN "USE DB" ANDPraveenkumar Hulakund2013-08-211-4/+6
| | | | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | | * | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | * | upmerge to bug#14548159Rohit Kalhans2012-09-221-11/+23
| | | |\ \ | | | | |/
| | | | * BUG#14548159: NUMEROUS CASES OF INCORRECT IDENTIFIERRohit Kalhans2012-09-221-11/+24
| | | | * Updated/added copyright headersKent Boortz2011-07-031-1/+4
| | | | |\
| | | | * \ Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | |\ \
| | | | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | * | | | Updated/added copyright headersKent Boortz2011-07-041-1/+5
| | | |\ \ \ \
| | | | * \ \ \ Manual merge of patch for bug#11756013 from mysql-5.1 tree.Dmitry Shulga2011-06-241-0/+3
| | | | |\ \ \ \ | | | |/ / / / / | | | | | | | _
| | | | * | | Fixed Bug#11756013 (formerly known as bug#47870):Dmitry Shulga2011-06-231-0/+3
| | | | |/ /
| | | * | | Merge from mysql-5.5.10-releasehery.ramilison@oracle.com2011-03-161-2/+2
| | | |\ \ \
| | | | * | | Fix for BUG#59894Guilhem Bichot2011-02-111-3/+3
| | | * | | | Bug #11765416 (former 58381)Jon Olav Hauglid2011-03-151-8/+15
| | | |/ / /
| | | * | | Manual merge from mysql-5.1-bugteam for bug#54486.Dmitry Shulga2010-12-101-11/+11
| | | |\ \ \ | | | | |/ /
| | | | * | Fixed bug#54486 - assert in my_seek, concurrentDmitry Shulga2010-12-101-8/+23
| | | | * | Bug #46941 crash with lower_case_table_names=2 and foreign key Magne Mahre2010-10-191-0/+6
| | | | * | Bug #54360 Deadlock DROP/ALTER/CREATE DATABASE with open HANDLERJon Olav Hauglid2010-06-261-0/+36
| | | * | | Bug #57663 Concurrent statement using stored function and DROP DATABASEJon Olav Hauglid2010-11-171-131/+128
| | | * | | Bug #57663 Concurrent statement using stored function and DROP DATABASEJon Olav Hauglid2010-11-161-1/+35
| | | * | | Bug #57663 Concurrent statement using stored function and DROP DATABASEJon Olav Hauglid2010-11-151-46/+6
| | | * | | Implement a fix for Bug#57058 -- send SERVER_QUERY_WAS_SLOW overKonstantin Osipov2010-11-121-1/+0
| | | * | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-1/+2
| | | * | | merge from mysql-trunk-bugfixingJon Olav Hauglid2010-07-131-8/+7
| | | |\ \ \
| | | | * | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-10/+9
| | | * | | | A follow-up for 5.5 version of fix for bug#54360 "Deadlock Dmitry Lenev2010-07-011-3/+1
| | | * | | | A 5.5 version of the fix for Bug #54360 "Deadlock DROP/ALTER/CREATEJon Olav Hauglid2010-07-011-265/+55
| | | * | | | Backport from mysql-6.0-codebase of:Jon Olav Hauglid2010-06-231-0/+1
| | | |/ / /
| | | * | | Pre-requisite patch for bug #51263 "Deadlock betweenDmitry Lenev2010-05-251-2/+6
| | | * | | WL#5030: Splitting mysql_priv.hMats Kindahl2010-04-071-0/+1
| | | * | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+13
| | | * | | A review comment for the fix for Bug#46672.Konstantin Osipov2010-03-131-1/+1
| | | * | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-061-4/+3
| | | |\ \ \
| | | | * \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2010-01-311-1/+1
| | | | |\ \ \ | | | | | |/ /