summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Added option --valgrind-mysqltest to mysql-test-rununknown2005-09-141-1/+1
|/
* Rename:unknown2005-09-021-2/+2
* retest the fix for bug #10362 (SHOW PROCEDURE always qualifies name with data...unknown2005-08-271-2/+0
* Merge mysql.com:/home/jimw/my/mysql-5.0-12318unknown2005-08-151-1/+2
|\
| * Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-08-121-1/+2
| |\
| | * Implementation of WL#2486 -unknown2005-08-121-1/+2
* | | Avoid spurious error when restoring INFORMATION_SCHEMA as the current unknown2005-08-111-106/+4
|/ /
* | Merge mysql.com:/home/psergey/mysql-5.0-bug12228-r4unknown2005-08-101-12/+4
|\ \
| * | Fix for BUG#12228: SP cache code:unknown2005-08-081-12/+4
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-091-18/+21
|\ \ \ | |/ / |/| |
| * | Fix for bug #10055 "Using stored function with information_schema causes emptyunknown2005-08-081-18/+21
* | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-031-18/+65
|\ \ \
| * \ \ Manual mergeunknown2005-08-031-18/+65
| |\ \ \ | | |_|/ | |/| |
| | * | Prelocking-free SPs, post-review fixes:unknown2005-08-031-22/+21
| | * | Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...unknown2005-07-301-18/+66
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-11602unknown2005-08-021-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Increase allowed size of stored procedure bodies to 4GB, and unknown2005-07-261-0/+5
| | |/ | |/|
* | | Cleanups during review of new codeunknown2005-07-281-1/+4
| |/ |/|
* | Fix for bugs #5892/6182/8751/8758/10994 (based on Antony's patch)unknown2005-07-191-2/+2
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-131-111/+180
|\
| * Implementation of Monty's idea: Now we can open mysql.proc table for lookupunknown2005-07-131-110/+180