summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | Fix for bug #11555 "Stored procedures: current SP tables locking makeunknown2005-12-071-30/+53
| |/
* | Final review fix of #14233: Crash after tampering with the mysql.proc table.unknown2005-12-061-1/+6
* | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-12-061-24/+76
|\ \ | |/ |/|
| * Fixed BUG#14233: Crash after tampering with the mysql.proc tableunknown2005-11-251-17/+28
| * Fixed BUG#14233: Crash after tampering with the mysql.proc tableunknown2005-10-261-22/+63
* | postmerge fixunknown2005-11-231-8/+4
* | mergeunknown2005-11-231-13/+21
* | Recursion support made for SP (BUG#10100).unknown2005-11-231-134/+156
|/
* Fix use of "%*s" *printf() specifiers that were really meant to beunknown2005-10-061-15/+16
* WL#2787 (part 2, ver 3 (merged)) changed securety context switchingunknown2005-09-151-2/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-151-6/+61
|\
| * Fix for bug #12704 "Server crashes during trigger execution".unknown2005-09-151-6/+61