summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Manual-merge of patch for bug#11753738 from mysql-5.1 tree.Dmitry Shulga2011-06-101-1/+16
|\
| * Fixed bug#11753738 (formely known as bug#45235) - 5.1 DOES NOT SUPPORT 5.0-ONLYDmitry Shulga2011-06-101-0/+15
* | merge from latest 5.5Guilhem Bichot2011-05-211-7/+7
|\ \
| * \ Merge 5.5Mikael Ronström2011-04-151-3/+4
| |\ \
| * | | Changed prefix from ES_ to STMT_ on Query arena stateMikael Ronstrom2011-03-041-7/+7
| * | | mergeMikael Ronstrom2011-03-041-1/+0
| |\ \ \
| * | | | BUG#59549, fix compiler error on Windows, step 2Mikael Ronstrom2011-01-201-7/+7
* | | | | Merge from 5.1.Guilhem Bichot2011-05-211-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-3/+3
* | | | A patch for Bug#11763166 (55847: SHOW WARNINGS returns emptyAlexander Nozdrin2011-04-151-3/+4
| |_|/ |/| |
* | | WL#5670: Proposal: Remove SHOW NEW MASTER statementSven Sandberg2011-02-161-1/+0
| |/ |/|
* | merge mysql-5.5->mysql-5.5-bugteamGeorgi Kodinov2010-12-161-7/+4
|\ \
| * | Bug#45445: cannot execute procedures with thread_stack set to 128k.Alexander Nozdrin2010-11-241-7/+4
* | | Bug #58350: 5.5.7-rc compile failed at sp_head.ccGeorgi Kodinov2010-12-081-1/+1
|/ /
* | Merge from mysql-5.5-runtime to mysql-5.5-bugteamJon Olav Hauglid2010-11-181-2/+12
|\ \
| * | Implement a fix for Bug#57058 -- send SERVER_QUERY_WAS_SLOW overKonstantin Osipov2010-11-121-0/+5
| * | Merge from mysql-5.5-bugteam to mysql-5.5-runtimeJon Olav Hauglid2010-11-121-1/+1
| |\ \
| * | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-2/+7
* | | | Bug#57306 SHOW PROCESSLIST does not display string literals well.Alexander Barkov2010-11-181-5/+2
| |/ / |/| |
* | | Auto-merge from mysql-5.1-bugteam for bug#54375.Dmitry Shulga2010-11-111-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fixed bug#54375 - Error in stored procedure leaves connectionDmitry Shulga2010-11-111-1/+1
* | Patch for Bug#55850 (Trigger warnings not cleared).Alexander Nozdrin2010-10-261-6/+20
* | Fixed bug#45445 - cannot execute procedures with thread_stackDmitry Shulga2010-10-211-4/+7
* | Reverting a patch for Bug#45445 (cannot execute procedures with thread_stack ...Alexander Nozdrin2010-10-131-1/+4
* | A follow up for the patch for Bug#45445, increase stack sizeDmitry Shulga2010-10-121-2/+3
* | Fixed bug#45445 - cannot execute procedures with thread_stackDmitry Shulga2010-10-071-2/+21
* | Fix use of uninitialized variable.Alexander Nozdrin2010-08-121-1/+1
* | BUG#50312 Warnings for unsafe sub-statement not returned to clientAlfranio Correia2010-08-101-0/+19
* | Auto-merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-07-301-68/+125
* | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-11/+36
* | Merge trunk-bugfixing -> trunk-runtimeKonstantin Osipov2010-06-171-4/+30
|\ \
| * \ merge 5.1-bugteam => trunk-mergeKristofer Pettersson2010-06-081-4/+30
| |\ \ | | |/
| | * Bug#53191 Lock_time in slow log is negative when logging stored routinesKristofer Pettersson2010-06-081-8/+37
* | | manual merge from mysql-trunk-bugfixingJon Olav Hauglid2010-06-061-121/+113
|\ \ \ | |/ /
| * | Backport a old cleanup patch.Davi Arnaut2010-05-281-102/+101
| * | Auto-merge from mysql-trunk.Alexander Nozdrin2010-05-281-21/+14
| |\ \
| | * \ Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-071-21/+13
| | |\ \ | | | |/
| | | * Bug#50755: Crash if stored routine def contains version commentsDavi Arnaut2010-04-011-21/+13
| | * | Manual merge from mysql-trunk.Alexander Nozdrin2010-04-271-1/+10
| | |\ \
| | * \ \ Manual merge of mysql-5.1-bugteam toAlexey Kopytov2010-04-191-1/+14
| | |\ \ \
| | * \ \ \ Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-04-031-0/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Bug#48525: trigger changes "Column 'id' cannot be null" behaviourTatiana A. Nurnberg2010-03-291-0/+1
| | | * | | revert 48525Tatiana A. Nurnberg2010-02-221-1/+0
| | | * | | Bug#48525: trigger changes "Column 'id' cannot be null" behaviourTatiana A. Nurnberg2010-02-181-0/+1
* | | | | | Pre-requisite patch for bug #51263 "Deadlock betweenDmitry Lenev2010-05-251-3/+8
|/ / / / /
* | | | | Committing on behalf or Dmitry Lenev:Konstantin Osipov2010-04-281-0/+3
| |_|_|/ |/| | |
* | | | A fix for Bug#11918 "SP does not accept variables in LIMIT clause"Konstantin Osipov2010-04-141-1/+10
| |_|/ |/| |
* | | WL#5030: Splitting mysql_priv.hMats Kindahl2010-04-071-0/+1
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+13
|/ /
* | Manual merge from mysql-next-mr.Alexander Nozdrin2010-03-021-0/+3
|\ \