summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* A fix and a test case for Bug#26141 mixing table types in trigger unknown2007-07-121-16/+37
* A fix and a teset case for Bug#28551 The warning unknown2007-07-051-8/+4
* Fix typo in the patch for BUG#25411 on 24-Apr-2007.unknown2007-06-191-1/+1
* Merge siva.hindu.god:/home/tsmith/m/bk/50unknown2007-05-171-2/+7
|\
| * Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2007-04-241-2/+7
| |\
| | * Bug#25411 (trigger code truncated), PART Iunknown2007-04-241-2/+7
* | | Backport of TIME->MYSQL_TIME / Y2K fixsetunknown2007-05-161-1/+1
|/ /
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-04-121-1/+1
|\ \ | |/
| * Bug#23491 MySQLDump prefix function call in a view by database nameunknown2007-03-271-1/+1
* | Fix for BUG#25082: default database change on triggerunknown2007-03-271-3/+3
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-221-5/+0
|\
| * After merge fixes:unknown2006-12-151-5/+0
* | Many files:unknown2006-12-231-2/+1
|/
* Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-12-041-8/+7
|\
| * Fixed portability issue in my_thr_init.c (was added in my last push)unknown2006-11-301-8/+7
* | Bug#22043 MySQL don't add "USE <DATABASE>" before "DROP PROCEDURE EXISTS"unknown2006-11-281-9/+0
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-11-021-0/+23
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintunknown2006-10-131-0/+23
| |\
| | * Bug #14262: SP: DROP PROCEDURE|VIEW (maybe more) write to binlog too late \unknown2006-10-031-0/+23
* | | Small cleanup in code handling stored routines/table prelocking.unknown2006-11-011-0/+4
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-09-291-4/+4
|\ \
| * | after merge fixunknown2006-09-271-4/+4
* | | Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-09-271-1/+11
|\ \ \
| * | | Fix for bug#21311: Possible stack overrun if SP has non-latin1 nameunknown2006-09-271-1/+11
* | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-09-271-27/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG#21414: SP: Procedure undroppable, to some extentunknown2006-09-121-27/+0
| |/ /
* | | after merge fixunknown2006-09-071-4/+4
|/ /
* | Fix for bug#21416 SP: Recursion level higher than zero needed for non-recursi...unknown2006-08-241-6/+15
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-021-1/+16
|\ \ | |/ |/|
| * Fix for BUG#20438: CREATE statements for views, stored routines and triggersunknown2006-07-281-1/+4
| * Fix for BUG#16211: Stored function return type for strings is ignored.unknown2006-07-271-0/+12
* | A fix and a test case for Bug#21002 "Derived table not selecting from a unknown2006-07-191-1/+0
|/
* A fix and a test case forunknown2006-06-271-41/+66
* Fixed memory leak in sql_parse.cc (lex_end() was not called)unknown2006-05-041-1/+1
* Post-push fix for BUG#18344: DROP DATABASE does not drop associated routinesunknown2006-04-211-2/+2
* Fixed BUG#18344: DROP DATABASE does not drop associated routinesunknown2006-04-181-12/+8
* Merge mysql.com:/extern/mysql/bk/mysql-5.0-runtimeunknown2006-03-281-1/+5
|\
| * Review fix for BUG#17015: Routine name truncation not an errorunknown2006-03-281-5/+4
| * Fixed BUG#17015: Routine name truncation not an errorunknown2006-02-161-1/+6
* | This patch does 1) fix my build breakage 2) Complete the removal of all symb...unknown2006-03-091-2/+2
* | Implementation of WL#2897: Complete definer support in the stored routines.unknown2006-03-021-8/+47
* | Fix for BUG#7787: Stored procedures: improper warning for "grant execute" sta...unknown2006-02-221-4/+7
|/
* Minor fix for BUG#16303 in sp.cc: Simplified code in sp_routine_exists_in_tab...unknown2006-02-021-3/+1
* Fixed BUG#16303: erroneus stored procedures and functions should be droppableunknown2006-01-261-8/+47
* Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clauseunknown2006-01-111-2/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-01-061-34/+36
|\
| * Review fixes of new pushed codeunknown2006-01-061-34/+36
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-071-1/+1
|\ \
| * | Patch for WL#2894: Make stored routine variables workunknown2005-12-071-1/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-071-32/+53
|\ \ \ | |/ / |/| |