summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-11-251-1/+2
|\
| * Fix compiler warnings on some systems. (Unused variables)pem@mysql.comhem.se2004-11-231-1/+2
* | post-merge fixbell@sanja.is.com.ua2004-11-251-1/+1
* | mergebell@sanja.is.com.ua2004-11-211-1/+2
|\ \ | |/ |/|
| * mergebell@sanja.is.com.ua2004-11-111-1/+2
| |\
| | * fixed merged view fields names (BUG#5147)bell@sanja.is.com.ua2004-09-141-1/+2
* | | now my_printf_error is not better then my_error, but my_error call is shorterbell@sanja.is.com.ua2004-11-131-9/+7
* | | mergebell@sanja.is.com.ua2004-11-121-1/+2
|\ \ \
| * | | post-review fixesbell@sanja.is.com.ua2004-11-121-1/+2
| * | | mergebell@sanja.is.com.ua2004-10-281-18/+6
| |\ \ \
| * \ \ \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-201-1/+1
| |\ \ \ \
| | * | | | errors without code removedbell@sanja.is.com.ua2004-10-201-1/+1
| | | |_|/ | | |/| |
* | | | | Merge of WL#1972 "Evaluate HAVING before SELECT select-list"timour@mysql.com2004-11-111-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | WL#1972 "Evaluate HAVING before SELECT select-list"timour@mysql.com2004-11-021-1/+1
| | |_|/ | |/| |
* | | | After merge fixesmonty@mysql.com2004-11-091-11/+11
* | | | Fixes after merge with 4.1monty@mysql.com2004-11-031-2/+6
|/ / /
* | | Fixed BUG#6022: Stored procedure shutdown problem with self-calling function.pem@mysql.comhem.se2004-10-231-1/+1
* | | Fixed BUG#6027: Stored procedures can be renamed.pem@mysql.comhem.se2004-10-221-17/+5
|/ /
* | Implemented the stored procedure data access characteristics:pem@mysql.comhem.se2004-10-141-7/+48
|/
* Fixed BUG#5000: SPs can be created with no default database.pem@mysql.comhem.se2004-09-081-0/+2
* Fixed BUG#5258: Stored procedure modified date is 0000-00-00.pem@mysql.comhem.se2004-09-081-0/+1
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-09-021-4/+10
|\
| * adding mysql.proc to table list if view contains stored procedures (BUG#5151)bell@sanja.is.com.ua2004-09-011-4/+10
* | Fixed BUG#5251: mysql changes creation time of a procedure/function when alte...pem@mysql.comhem.se2004-08-271-0/+1
|/
* Fixed BUG#4934: Caching issue with stored procedures.pem@mysql.comhem.se2004-08-061-4/+16
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2004-08-031-1/+2
|\
| * Port of cursors to be pushed into 5.0 tree:konstantin@mysql.com2004-08-031-1/+2
* | WL#2001: Optimize stored procedure code.pem@mysql.comhem.se2004-08-021-0/+1
|/
* after merge fixesserg@serg.mylan2004-07-221-2/+1
* VIEWbell@sanja.is.com.ua2004-07-161-4/+7
* After merge fixesmonty@mysql.com2004-07-151-0/+2
* After merge fixesmonty@mysql.com2004-07-121-2/+2
* Fixed BUG#3339: Stored procedures in nonexistent schemas are uncallable.pem@mysql.comhem.se2004-06-151-0/+12
* Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2004-06-091-46/+56
|\
| * Fixed BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES.pem@mysql.comhem.se2004-06-091-38/+46
| * Fixed proper restoring of current db on errors.pem@mysql.comhem.se2004-06-081-8/+10
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2004-05-111-1/+1
|\ \ | |/
| * Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.ccpem@mysql.comhem.se2004-04-281-1/+1
* | Merge with 5.0monty@mysql.com2004-03-261-0/+13
|\ \ | |/ |/|
| * Speed up things if mysql.proc doesn't existsmonty@mysql.com2004-03-261-0/+13
* | Fixed BUG#3259: Stored procedure names are case sensitive.pem@mysql.comhem.se2004-03-231-0/+1
* | WL#1366: Use the schema (db) associated with an SP.pem@mysql.comhem.se2004-03-221-0/+64
* | WL#1366: Use the schema (db) associated with an SP.pem@mysql.comhem.se2004-03-191-10/+96
* | Mergepem@mysql.com2004-03-181-1/+14
|\ \
| * | Fix BUG#2674: Crash if return system variable in stored procedures.pem@mysql.comhem.se2004-03-171-1/+14
* | | WL#1366: Use the schema (db) associated with an SP.pem@mysql.comhem.se2004-03-111-29/+118
* | | WL#1366: Use the schema (db) associated with an SP.pem@mysql.comhem.se2004-02-171-55/+69
|/ /
* | Post-merge fixes.pem@mysql.comhem.se2004-02-111-1/+1
* | Fixed BUG#2267: Lost connect if stored procedure has SHOW FUNCTION STATUS.pem@mysql.comhem.se2004-01-141-12/+38
|/
* Fixed memory leaks in SPmonty@mysql.com2003-12-211-103/+86