summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fixed proper restoring of current db on errors.unknown2004-06-081-8/+10
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2004-05-111-1/+1
|\ \ | |/
| * Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.ccunknown2004-04-281-1/+1
* | Merge with 5.0unknown2004-03-261-0/+13
|\ \ | |/ |/|
| * Speed up things if mysql.proc doesn't existsunknown2004-03-261-0/+13
* | Fixed BUG#3259: Stored procedure names are case sensitive.unknown2004-03-231-0/+1
* | WL#1366: Use the schema (db) associated with an SP.unknown2004-03-221-0/+64
* | WL#1366: Use the schema (db) associated with an SP.unknown2004-03-191-10/+96
* | Mergeunknown2004-03-181-1/+14
|\ \
| * | Fix BUG#2674: Crash if return system variable in stored procedures.unknown2004-03-171-1/+14
* | | WL#1366: Use the schema (db) associated with an SP.unknown2004-03-111-29/+118
* | | WL#1366: Use the schema (db) associated with an SP.unknown2004-02-171-55/+69
|/ /
* | Post-merge fixes.unknown2004-02-111-1/+1
* | Fixed BUG#2267: Lost connect if stored procedure has SHOW FUNCTION STATUS.unknown2004-01-141-12/+38
|/
* Fixed memory leaks in SPunknown2003-12-211-103/+86
* Update for VC++unknown2003-12-211-10/+10
* Renamed the "schema" column to "db" in mysql.proc to keep it in style withunknown2003-12-161-3/+3
* Fixed various memory leaks.unknown2003-12-151-16/+4
* WL#1365: Implement definer's rights execution of stored procedures.unknown2003-12-131-13/+15
* Don't want host in the definer's column.unknown2003-12-121-3/+1
* In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general tounknown2003-12-121-67/+156