summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mariadb-10.2.6' into bb-10.2-extAlexander Barkov2017-05-261-2/+2
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-2/+2
| |\
| | * Merge branch '10.0' 10.1Sergei Golubchik2017-04-281-2/+2
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2017-04-211-2/+2
| | | |\
| | | | * Merge remote-tracking branch 'mysql/5.5' into 5.5mariadb-5.5.55Sergei Golubchik2017-04-111-3/+3
| | | | |\
| | | | | * (no commit message)Arun Kuruvila2016-11-281-2/+2
| | | | * | Fix for bug#11759114 - '51401: GRANT TREATS NONEXISTENTDmitry Lenev2017-02-271-12/+10
| | * | | | Followup for 2783fc7: return an error to the caller if mysql.proc cannot be o...mariadb-10.1.13Oleksandr Byelkin2016-03-241-0/+1
* | | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-24/+28
* | | | | | Adding the const quafilier to "sp_name *" parameters in a few routine.Alexander Barkov2017-04-111-11/+13
* | | | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-1/+4
* | | | | | Reusing code: Adding LEX::make_sp_head() and LEX::make_sp_head_no_recursive()Alexander Barkov2017-04-051-4/+2
* | | | | | MDEV-12415 Remove sp_name::m_qnameAlexander Barkov2017-03-311-16/+2
|/ / / / /
* | | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-6/+7
* | | | | Use sql_mode_t for sql_mode.Monty2016-10-051-9/+10
* | | | | after merge fixesSergei Golubchik2016-03-231-0/+1
|/ / / /
* | | | MDEV-717 LP:1003679 - Wrong binlog order on concurrent DROP schema and CREATE...Alexey Botchkov2016-03-231-27/+52
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-12/+10
|\ \ \ \ | |/ / /
| * | | MDEV-5997 - MySQL bug#11759114 - '51401: GRANT TREATS NONEXISTENTDmitry Lenev2015-07-231-12/+10
* | | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-8/+9
* | | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-1/+5
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-1/+5
| |\ \ \ | | |/ /
| | * | post-merge changes, fixes, and testsSergei Golubchik2015-04-281-7/+2
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2015-04-271-1/+10
| | |\ \ | | | |/
| | | * BUG#19875331 - HANDLE_FATAL_SIGNAL 11 IN STRMAKEThayumanavar2015-01-191-1/+9
| | | * Bug #14036214 MYSQLD CRASHES WHEN EXECUTING UPDATE IN TRX WITHAnnamalai Gurusami2012-10-081-3/+14
| | | * Updated/added copyright headersKent Boortz2011-07-041-2/+50
| | | |\
| | | | * Manual merge of patch for bug#11756013 from mysql-5.1 tree.Dmitry Shulga2011-06-241-1/+48
| | | | |\
| | | | | * Fixed Bug#11756013 (formerly known as bug#47870):Dmitry Shulga2011-06-231-1/+41
| | | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | |\ \ | | | | | |/ | | | | |/|
| | | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | | | * Bug #45287: phase 2 : 5.0 64 bit compilation warningsGeorgi Kodinov2009-07-161-3/+3
| | | | * | Manual merge from the bugfix tree.Alexey Kopytov2010-06-111-1/+6
| | | | |\ \
| | | * | | | Bug #58414 mysql_upgrade fails on dump upgrade between 5.1.53 -> 5.5.8Jon Olav Hauglid2010-11-301-0/+2
| | | * | | | Bug#45445: cannot execute procedures with thread_stack set to 128k.Alexander Nozdrin2010-11-241-6/+0
| | | * | | | Bug #57663 Concurrent statement using stored function and DROP DATABASEJon Olav Hauglid2010-11-171-0/+100
| | | * | | | Patch that refactors global read lock implementation and fixesDmitry Lenev2010-11-111-10/+13
| | | * | | | Fixed bug#45445 - cannot execute procedures with thread_stackDmitry Shulga2010-10-211-0/+6
| | | * | | | Fix for bug#57061 "User without privilege on routine can Dmitry Lenev2010-10-071-32/+0
| | | * | | | Bug #56137 "Assertion `thd->lock == 0' failed on upgrading Dmitry Lenev2010-08-311-0/+4
| | | * | | | A pre-requisite patch for the fix for Bug#52044.Konstantin Osipov2010-07-271-8/+8
| | | * | | | Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-06-111-1/+8
| | | |\ \ \ \
| | | | * \ \ \ Manual merge from the bugfix tree.Alexey Kopytov2010-06-111-1/+6
| | | | |\ \ \ \ | | | | | |/ / / | | | | |/| / / | | | | | |/ /
| | | | | * | Bug #42064: low memory crash when importing hex strings, inAlexey Kopytov2010-05-211-1/+6
| | | * | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-9/+7
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Bug#42733: Type-punning warnings when compiling MySQL --Davi Arnaut2010-06-101-14/+10
| | | | |/ /
| | | | * | Bug#47736 killing a select from a view when the view is processing a function...Sergey Glukhov2010-02-051-0/+4
| | | | * | Manual merge with Conflicts:2010-01-251-5/+8
| | | | |\ \
| | | | | * | Backport Bug#37148 to 5.1He Zhenxing2010-01-241-5/+8