summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/mysql_src/mysql-5.0-vanguilhem@mysql.com2005-11-191-21/+64
|\
| * Fix for bug #13399 Crash when executing PS/SP which should activate triggerdlenev@mysql.com2005-11-171-10/+11
| * Issuing error about presence of commit/rollback statements in stored function...bell@sanja.is.com.ua2005-11-161-0/+39
| * Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-11-111-11/+14
| |\
| | * Fixed BUG#14723: Dumping of stored functions seems to cause corruptionpem@mysql.com2005-11-111-11/+14
* | | Merge mysql.com:/home/mysql_src/mysql-5.0guilhem@mysql.com2005-11-181-13/+29
|\ \ \ | |/ /
| * | WL#2818 (Add creator to the trigger definition for privilegeanozdrin@mysql.com2005-11-101-13/+29
| |/
* | Make storage engines "pluggable", handlerton workacurtis@poseidon.ndb.mysql.com2005-11-071-3/+3
|/
* Post-review fix.pem@mysql.com2005-10-211-3/+4
* Fixed BUG#13941: replace() string fuction behaves badly inside storedpem@mysql.com2005-10-191-0/+15
* Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-10-171-0/+15
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-10-121-0/+15
| |\
| | * Temporary solution for bug #13969 "Routines which are replicated from masterdlenev@mysql.com2005-10-121-0/+15
* | | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-10-121-3/+6
|\ \ \ | |/ /
| * | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-10-121-1/+3
| |\ \
| | * | Fixed BUG#13616: "CALL <dbname>.<procedurename>" executes properly, butpem@mysql.com2005-10-051-1/+3
| | |/
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-10-121-0/+1
| |\ \
| | * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-10-081-0/+1
| | |\ \ | | | |/ | | |/|
| | | * Review of code pushed since last 5.0 pull:monty@mysql.com2005-10-061-0/+1
| * | | Fix use of "%*s" *printf() specifiers that were really meant to bejimw@mysql.com2005-10-061-2/+2
| |/ /
* | | Fixed BUG#7049: Stored procedure CALL errors are ignoredpem@mysql.com2005-09-261-3/+6
|/ /
* | Fixed BUG#6127: Stored procedure handlers within handlers don't workpem@mysql.com2005-09-261-2/+2
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-62/+50
|\ \
| * | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using konstantin@mysql.com2005-09-221-62/+50
| |/
* | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...bell@sanja.is.com.ua2005-09-201-9/+7
* | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingbell@sanja.is.com.ua2005-09-151-41/+27
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-09-151-4/+0
|\
| * Fix for bug #12704 "Server crashes during trigger execution".dlenev@mysql.com2005-09-151-4/+0
* | Fixed BUG#13133: Local variables in stored procedures are not initialized cor...pem@mysql.com2005-09-131-26/+9
* | Fix for valgrind warning/crashes: When executing SP statement, If we set sergefp@mysql.com2005-09-091-5/+16
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0sergefp@mysql.com2005-09-091-11/+39
|\ \
| * | Fix for BUG#12637: Make SPs+user variables replication work:sergefp@mysql.com2005-09-071-11/+39
| |/
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0petr@mysql.com2005-09-081-2/+13
|\ \
| * | fix for Bug #12849 Stored Procedure: Crash on procedure call with CHAR type '...petr@mysql.com2005-09-081-2/+13
| |/
* | Remove an obsolete comment and an unused variable.konstantin@mysql.com2005-09-081-11/+0
|/
* Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".konstantin@mysql.com2005-09-031-19/+56
* Rename:konstantin@mysql.com2005-09-021-38/+34
* sp_head.cc:bar@mysql.com2005-09-021-2/+2
* Fix for valgrind warning: Check for thd->binlog_evt_union.unioned_events only ifsergefp@mysql.com2005-08-281-1/+1
* Merge deer.(none):/home/hf/work/mysql-5.0.10499hf@deer.(none)2005-08-271-1/+1
|\
| * Fix for bug #10499 (Function creation with GEOMETRY return)hf@deer.(none)2005-08-101-1/+1
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0sergefp@mysql.com2005-08-271-33/+30
|\ \
| * | Slightly amended Monty's SP replication code cleanup patchsergefp@mysql.com2005-08-271-33/+30
* | | Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-releasekent@mysql.com2005-08-261-2/+6
|\ \ \ | |/ / |/| |
| * | Compiler error fix for ICC 8.1sergefp@mysql.com2005-08-261-2/+6
* | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0petr@mysql.com2005-08-251-3/+18
|\ \ \ | |/ / |/| |
| * | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0petr@mysql.com2005-08-251-3/+18
| |\ \
| | * | Fix Bug#11333 "Stored Procedure: Memory blow up on repeated SELECT ... INTO q...petr@mysql.com2005-08-251-4/+19
* | | | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...sergefp@mysql.com2005-08-251-8/+244
|/ / /
* | | fix compilation failure appeared after monty's cleanuppetr@mysql.com2005-08-241-1/+1