summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | post-review fixesunknown2004-11-121-1/+2
| * | | mergeunknown2004-10-281-18/+6
| |\ \ \
| * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-10-201-1/+1
| |\ \ \ \
| | * | | | errors without code removedunknown2004-10-201-1/+1
| | | |_|/ | | |/| |
* | | | | Merge of WL#1972 "Evaluate HAVING before SELECT select-list"unknown2004-11-111-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | WL#1972 "Evaluate HAVING before SELECT select-list"unknown2004-11-021-1/+1
| | |_|/ | |/| |
* | | | After merge fixesunknown2004-11-091-11/+11
* | | | Fixes after merge with 4.1unknown2004-11-031-2/+6
|/ / /
* | | Fixed BUG#6022: Stored procedure shutdown problem with self-calling function.unknown2004-10-231-1/+1
* | | Fixed BUG#6027: Stored procedures can be renamed.unknown2004-10-221-17/+5
|/ /
* | Implemented the stored procedure data access characteristics:unknown2004-10-141-7/+48
|/
* Fixed BUG#5000: SPs can be created with no default database.unknown2004-09-081-0/+2
* Fixed BUG#5258: Stored procedure modified date is 0000-00-00.unknown2004-09-081-0/+1
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-09-021-4/+10
|\
| * adding mysql.proc to table list if view contains stored procedures (BUG#5151)unknown2004-09-011-4/+10
* | Fixed BUG#5251: mysql changes creation time of a procedure/function when alte...unknown2004-08-271-0/+1
|/
* Fixed BUG#4934: Caching issue with stored procedures.unknown2004-08-061-4/+16
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-08-031-1/+2
|\
| * Port of cursors to be pushed into 5.0 tree:unknown2004-08-031-1/+2
* | WL#2001: Optimize stored procedure code.unknown2004-08-021-0/+1
|/
* after merge fixesunknown2004-07-221-2/+1
* VIEWunknown2004-07-161-4/+7
* After merge fixesunknown2004-07-151-0/+2
* After merge fixesunknown2004-07-121-2/+2
* Fixed BUG#3339: Stored procedures in nonexistent schemas are uncallable.unknown2004-06-151-0/+12
* Merge mysql.com:/usr/local/bk/mysql-5.0unknown2004-06-091-46/+56
|\
| * Fixed BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES.unknown2004-06-091-38/+46