summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13450 Cleanup SP code for packagesAlexander Barkov2017-08-041-84/+123
* MDEV-13419 Cleanup for Sp_handler::show_create_spAlexander Barkov2017-08-011-21/+22
* MDEV-13415 Wrap the code in sp.cc into a class Sp_handlerAlexander Barkov2017-07-311-206/+192
* MDEV-13414 Fix the SP code to avoid excessive use of strlenAlexander Barkov2017-07-311-155/+143
* MDEV-13302 Avoid using LEX::spname during CREATE PROCEDURE and CREATE FUNCTIONAlexander Barkov2017-07-121-5/+6
* MDEV-13298 Change sp_head::m_chistics from a pointer to a structureAlexander Barkov2017-07-121-39/+33
* MDEV-13245 Add struct AUTHIDAlexander Barkov2017-07-051-1/+1
* Adding the "const" qualifier to st_sp_chistics parameters in a few functions.Alexander Barkov2017-06-301-4/+4
* 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