summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2005-08-121-1/+2
|\
| * Implementation of WL#2486 -unknown2005-08-121-1/+2
* | 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
* | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-07-111-90/+263
|\ \
| * | Manual fixes after merging patch for bug #8406 "Triggers crash if referencingunknown2005-07-091-2/+2
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-091-90/+263
| |\ \ | | |/ | |/|
| | * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersunknown2005-07-091-90/+263
* | | Fixed BUG#11365: Stored Procedure: Crash on Procedure operationunknown2005-07-081-1/+1
|/ /
* | do not register changes of stack variableunknown2005-07-031-2/+3
* | Name resolution context added (BUG#6443)unknown2005-07-011-3/+7
|/
* Fixed BUG#9529: Stored Procedures: No Warning on truncation of procedure nameunknown2005-05-311-0/+9
* Preparatory (and the most problematic) patch for Bug#7306unknown2005-05-301-1/+1
* Fixed references to uninitialized memoryunknown2005-05-191-5/+4
* Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replicat...unknown2005-05-051-1/+41
* Fix for bug #9566 "explicit LOCK TABLE and store procedures result inunknown2005-04-071-4/+9
* Don't use -lsupc++ with gcc 3.3 and below as this gives linking problems when...unknown2005-04-041-17/+16
* More portability fixesunknown2005-03-101-8/+5
* Merge in fix Bug#3788unknown2005-03-081-2/+22
|\
| * Bug#3788unknown2005-03-041-2/+22
* | Fix for yet another memleak caused by SP-locking patch.unknown2005-03-051-2/+0
* | Manual merge SP-locking improvements patch with current tree.unknown2005-03-041-54/+135
|\ \
| * | Better approach for prelocking of tables for stored routines executionunknown2005-03-041-54/+135
| |/
* | Fixed BUG#8762: Stored Procedures: Inconsistent behaviorunknown2005-03-021-3/+5
|/
* WL#2130: Table locking for stored FUNCTIONsunknown2005-02-081-22/+33
* First stage of table definition cacheunknown2005-01-061-14/+14
* Merge with global treeunknown2004-12-311-1/+0
|\
| * After merge fixesunknown2004-12-311-1/+0
* | WL#925 - Privileges for stored routinesunknown2004-12-231-0/+39
|/
* A fix (Bug #6843: Wrong function name crashes MySQL if mysql.proc table is missiunknown2004-12-161-0/+1
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-11-251-1/+2
|\
| * Fix compiler warnings on some systems. (Unused variables)unknown2004-11-231-1/+2
* | post-merge fixunknown2004-11-251-1/+1
* | mergeunknown2004-11-211-1/+2
|\ \ | |/ |/|
| * mergeunknown2004-11-111-1/+2
| |\
| | * fixed merged view fields names (BUG#5147)unknown2004-09-141-1/+2
* | | now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-9/+7
* | | mergeunknown2004-11-121-1/+2
|\ \ \