summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-opttnurnberg@white.intern.koehntopp.de2007-12-171-1/+1
|\
| * Bug#31752: check strmake() boundstnurnberg@mysql.com/white.intern.koehntopp.de2007-11-261-1/+1
* | Bug#28318 CREATE FUNCTION (UDF) requires a schemadavi@virtua-cwbas201-21-158-74.ctb.virtua.com.br2007-10-091-10/+3
|/
* Allow mysql.proc to have extra (unknown) fields.anozdrin/alik@ibm.2007-07-251-2/+2
* A fix and a test case for Bug#26141 mixing table types in trigger kostja@bodhi.(none)2007-07-121-16/+37
* A fix and a teset case for Bug#28551 The warning kostja@bodhi.(none)2007-07-051-8/+4
* Fix typo in the patch for BUG#25411 on 24-Apr-2007.anozdrin/alik@ibm.2007-06-191-1/+1
* Merge siva.hindu.god:/home/tsmith/m/bk/50tsmith@siva.hindu.god2007-05-171-2/+7
|\
| * Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimemalff/marcsql@weblab.(none)2007-04-241-2/+7
| |\
| | * Bug#25411 (trigger code truncated), PART Imalff/marcsql@weblab.(none)2007-04-241-2/+7
* | | Backport of TIME->MYSQL_TIME / Y2K fixsetmsvensson@pilot.blaudden2007-05-161-1/+1
|/ /
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0jani@ua141d10.elisa.omakaista.fi2007-04-121-1/+1
|\ \ | |/
| * Bug#23491 MySQLDump prefix function call in a view by database nameiggy@recycle.(none)2007-03-271-1/+1
* | Fix for BUG#25082: default database change on triggeranozdrin/alik@alik.opbmk2007-03-271-3/+3
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-5/+0
|\
| * After merge fixes:monty@mysql.com/narttu.mysql.fi2006-12-151-5/+0
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
|/
* Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0msvensson@neptunus.(none)2006-12-041-8/+7
|\
| * Fixed portability issue in my_thr_init.c (was added in my last push)monty@mysql.com/narttu.mysql.fi2006-11-301-8/+7
* | Bug#22043 MySQL don't add "USE <DATABASE>" before "DROP PROCEDURE EXISTS"thek@kpdesk.mysql.com2006-11-281-9/+0
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2006-11-021-0/+23
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintcmiller@zippy.cornsilk.net2006-10-131-0/+23
| |\
| | * Bug #14262: SP: DROP PROCEDURE|VIEW (maybe more) write to binlog too late \cmiller@zippy.cornsilk.net2006-10-031-0/+23
* | | Small cleanup in code handling stored routines/table prelocking.dlenev@mockturtle.local2006-11-011-0/+4
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mockturtle.local2006-09-291-4/+4
|\ \
| * | after merge fixgluh@mysql.com/gluh.(none)2006-09-271-4/+4
* | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeandrey@example.com2006-09-271-1/+11
|\ \ \
| * | | Fix for bug#21311: Possible stack overrun if SP has non-latin1 nameandrey@example.com2006-09-271-1/+11
* | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0kroki/tomash@moonlight.intranet2006-09-271-27/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG#21414: SP: Procedure undroppable, to some extentkroki/tomash@moonlight.intranet2006-09-121-27/+0
| |/ /
* | | after merge fixgluh@mysql.com/gluh.(none)2006-09-071-4/+4
|/ /
* | Fix for bug#21416 SP: Recursion level higher than zero needed for non-recursi...andrey@example.com2006-08-241-6/+15
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2006-08-021-1/+16
|\ \ | |/ |/|
| * Fix for BUG#20438: CREATE statements for views, stored routines and triggersanozdrin/alik@booka.2006-07-281-1/+4
| * Fix for BUG#16211: Stored function return type for strings is ignored.anozdrin/alik@booka.2006-07-271-0/+12
* | A fix and a test case for Bug#21002 "Derived table not selecting from a kostja@bodhi.local2006-07-191-1/+0
|/
* A fix and a test case forkonstantin@mysql.com2006-06-271-41/+66
* Fixed memory leak in sql_parse.cc (lex_end() was not called)monty@mysql.com2006-05-041-1/+1
* Post-push fix for BUG#18344: DROP DATABASE does not drop associated routinespem@mysql.com2006-04-211-2/+2
* Fixed BUG#18344: DROP DATABASE does not drop associated routinespem@mysql.com2006-04-181-12/+8
* Merge mysql.com:/extern/mysql/bk/mysql-5.0-runtimepem@mysql.com2006-03-281-1/+5
|\
| * Review fix for BUG#17015: Routine name truncation not an errorpem@mysql.com2006-03-281-5/+4
| * Fixed BUG#17015: Routine name truncation not an errorpem@mysql.com2006-02-161-1/+6
* | This patch does 1) fix my build breakage 2) Complete the removal of all symb...brian@zim.(none)2006-03-091-2/+2
* | Implementation of WL#2897: Complete definer support in the stored routines.anozdrin@mysql.com2006-03-021-8/+47
* | Fix for BUG#7787: Stored procedures: improper warning for "grant execute" sta...anozdrin@mysql.com2006-02-221-4/+7
|/
* Minor fix for BUG#16303 in sp.cc: Simplified code in sp_routine_exists_in_tab...pem@mysql.com2006-02-021-3/+1
* Fixed BUG#16303: erroneus stored procedures and functions should be droppablepem@mysql.com2006-01-261-8/+47
* Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clauseanozdrin@mysql.com2006-01-111-2/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2006-01-061-34/+36
|\