summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update for VC++monty@mysql.com2003-12-211-10/+10
* Renamed the "schema" column to "db" in mysql.proc to keep it in style withpem@mysql.comhem.se2003-12-161-3/+3
* Fixed various memory leaks.pem@mysql.comhem.se2003-12-151-16/+4
* WL#1365: Implement definer's rights execution of stored procedures.pem@mysql.comhem.se2003-12-131-13/+15
* Don't want host in the definer's column.pem@mysql.comhem.se2003-12-121-3/+1
* In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general topem@mysql.comhem.se2003-12-121-67/+156
* WL#1364: Store some environmental values with SPs and use at invokationpem@mysql.comhem.se2003-12-111-0/+10
* WL#1363: Update the mysql.proc table and add new fields.pem@mysql.comhem.se2003-12-101-43/+60
* Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS;pem@mysql.comhem.se2003-11-201-39/+55
* WL#1241: SHOW PROCEDURE/FUNCTIONgluh@gluh.mysql.r18.ru2003-11-171-2/+259
* Added more error handling for abnormal cases (like a broken mysql.proc table).pem@mysql.comhem.se2003-10-301-14/+46
* Bugfix of previous WL#1265 commit.pem@mysql.comhem.se2003-10-211-8/+2
* WL#1265: Fix proper ALTER/DROP support in the SP cache.pem@mysql.comhem.se2003-10-211-10/+10
* Post-merge fixes.pem@mysql.telia.com2003-09-241-2/+2
* Fix bug in sp.cc:db_find_routine() which made tables remain open in some cases.pem@mysql.telia.com2003-09-171-2/+2
* Merging 4.1 into 5.0 (second pass; post-merge fixes).pem@mysql.telia.com2003-07-091-1/+1
* Fixed the old kludge for pre-loading functions and made it more efficientpem@mysql.com2003-07-071-45/+45
* Code cleanup (and moved sp cache to separate file).pem@mysql.com2003-07-031-51/+18
* SP cache (WL#730). (Mostly by vva, additions by pem.)pem@mysql.com2003-07-011-42/+53