summaryrefslogtreecommitdiff
path: root/sql/sp.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-19/+225
* Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-6/+6
* MDEV-7773: Aggregate stored functionsVarun Gupta2017-12-041-0/+1
* Fixed compiler warningMonty2017-08-071-0/+1
* MDEV-13450 Cleanup SP code for packagesAlexander Barkov2017-08-041-0/+7
* MDEV-13419 Cleanup for Sp_handler::show_create_spAlexander Barkov2017-08-011-0/+6
* MDEV-13415 Wrap the code in sp.cc into a class Sp_handlerAlexander Barkov2017-07-311-66/+267
* MDEV-13414 Fix the SP code to avoid excessive use of strlenAlexander Barkov2017-07-311-13/+15
* MDEV-13298 Change sp_head::m_chistics from a pointer to a structureAlexander Barkov2017-07-121-1/+1
* Adding the "const" qualifier to st_sp_chistics parameters in a few functions.Alexander Barkov2017-06-301-2/+2
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-4/+4
* Adding the const quafilier to "sp_name *" parameters in a few routine.Alexander Barkov2017-04-111-6/+6
* Reusing code: Adding LEX::make_sp_head() and LEX::make_sp_head_no_recursive()Alexander Barkov2017-04-051-0/+14
* Use sql_mode_t for sql_mode.Monty2016-10-051-2/+3
* MDEV-717 LP:1003679 - Wrong binlog order on concurrent DROP schema and CREATE...Alexey Botchkov2016-03-231-1/+1
* Merge branch '10.0' into 10.1Sergei Golubchik2015-09-031-1/+1
|\
| * MDEV-5997 - MySQL bug#11759114 - '51401: GRANT TREATS NONEXISTENTDmitry Lenev2015-07-231-1/+1
* | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-1/+1
* | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+15
|/
* 5.3->5.5 mergeSergei Golubchik2011-11-221-8/+20
|\
| * Fixed that when using a trigger mysql.proc is now accessedMichael Widenius2011-10-061-7/+9
* | Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\ \
| * \ Updated/added copyright headersKent Boortz2011-06-301-2/+5
| |\ \ | | |/ | |/|
* | | Bug #57663 Concurrent statement using stored function and DROP DATABASEJon Olav Hauglid2010-11-171-0/+12
* | | Fix for bug#57061 "User without privilege on routine can Dmitry Lenev2010-10-071-3/+0
* | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-06-101-2/+4
|\ \ \ | |/ /
* | | A post-fix patch for WL#4877/WL#5030:Alexander Nozdrin2010-04-121-1/+1
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+29
* | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-041-0/+32
|\ \ \
| * | | backported:Sergey Glukhov2010-01-151-0/+32
| |/ /
* | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-1/+1
|\ \ \ | |/ /
| * | Bug#45613 handle failures from my_hash_insertKristofer Pettersson2009-11-201-1/+1
* | | Patch that changes metadata locking subsystem to use mutex per lock andDmitry Lenev2010-01-211-1/+1
* | | Apply and review:Konstantin Osipov2009-12-291-1/+17
* | | Backport of: Konstantin Osipov2009-12-091-3/+4
* | | BackpoKonstantin Osipov2009-12-091-1/+2
* | | Backport of:Konstantin Osipov2009-12-081-12/+38
|/ /
* | BUG#41166 stored function requires "deterministic" if binlog_format is "state...Alfranio Correia2009-07-281-0/+3
* | Bug#44658 Create procedure makes server crash when user does not have ALL pri...Kristofer Pettersson2009-05-291-2/+2
* | Remove dead code.unknown2008-04-081-3/+0
* | Fix for BUG#24923: Functions with ENUM issues.unknown2007-10-171-0/+1
* | Fix for BUG#25843: changing default database between PREPARE and EXECUTEunknown2007-08-311-11/+0
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-06-011-1/+2
|\ \
| * | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-1/+2
* | | Refactoring patch:unknown2007-05-291-23/+6
|/ /
* | BUG#9953: CONVERT_TZ requires mysql.time_zone_name to be lockedunknown2007-03-091-1/+0
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ | |/
| * Many files:unknown2006-12-231-2/+1
* | Bug#21039 Transaction cache not flushed after SELECT CREATEunknown2006-07-261-2/+1
|/
* A fix and a test case forunknown2006-06-271-7/+7