summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Review fixes of new pushed codemonty@mysql.com2006-01-061-34/+36
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-12-071-1/+1
|\ \
| * | Patch for WL#2894: Make stored routine variables workanozdrin@mysql.com2005-12-071-1/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-12-071-32/+53
|\ \ \ | |/ / |/| |
| * | Fix for bug #11555 "Stored procedures: current SP tables locking makedlenev@mysql.com2005-12-071-30/+53
| |/
* | Final review fix of #14233: Crash after tampering with the mysql.proc table.pem@mysql.com2005-12-061-1/+6
* | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-12-061-24/+76
|\ \ | |/ |/|
| * Fixed BUG#14233: Crash after tampering with the mysql.proc tablepem@mysql.com2005-11-251-17/+28
| * Fixed BUG#14233: Crash after tampering with the mysql.proc tablepem@mysql.com2005-10-261-22/+63
* | postmerge fixbell@sanja.is.com.ua2005-11-231-8/+4
* | mergebell@sanja.is.com.ua2005-11-231-13/+21
* | Recursion support made for SP (BUG#10100).bell@sanja.is.com.ua2005-11-231-134/+156
|/
* Fix use of "%*s" *printf() specifiers that were really meant to bejimw@mysql.com2005-10-061-15/+16
* WL#2787 (part 2, ver 3 (merged)) changed securety context switchingbell@sanja.is.com.ua2005-09-151-2/+3
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-09-151-6/+61
|\
| * Fix for bug #12704 "Server crashes during trigger execution".dlenev@mysql.com2005-09-151-6/+61
* | Added option --valgrind-mysqltest to mysql-test-runmonty@mishka.mysql.fi2005-09-141-1/+1
|/
* Rename:konstantin@mysql.com2005-09-021-2/+2
* retest the fix for bug #10362 (SHOW PROCEDURE always qualifies name with data...andrey@lmy004.2005-08-271-2/+0
* Merge mysql.com:/home/jimw/my/mysql-5.0-12318jimw@mysql.com2005-08-151-1/+2
|\
| * Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2005-08-121-1/+2
| |\
| | * Implementation of WL#2486 -timour@mysql.com2005-08-121-1/+2
* | | Avoid spurious error when restoring INFORMATION_SCHEMA as the current jimw@mysql.com2005-08-111-106/+4
|/ /
* | Merge mysql.com:/home/psergey/mysql-5.0-bug12228-r4sergefp@mysql.com2005-08-101-12/+4
|\ \