summaryrefslogtreecommitdiff
path: root/sql/sp.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* WL#1364: Store some environmental values with SPs and use at invokationunknown2003-12-111-0/+10
* WL#1363: Update the mysql.proc table and add new fields.unknown2003-12-101-43/+60
* Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS;unknown2003-11-201-39/+55
* WL#1241: SHOW PROCEDURE/FUNCTIONunknown2003-11-171-2/+259
* Added more error handling for abnormal cases (like a broken mysql.proc table).unknown2003-10-301-14/+46
* Bugfix of previous WL#1265 commit.unknown2003-10-211-8/+2
* WL#1265: Fix proper ALTER/DROP support in the SP cache.unknown2003-10-211-10/+10
* Post-merge fixes.unknown2003-09-241-2/+2
* Fix bug in sp.cc:db_find_routine() which made tables remain open in some cases.unknown2003-09-171-2/+2
* Merging 4.1 into 5.0 (second pass; post-merge fixes).unknown2003-07-091-1/+1
* Fixed the old kludge for pre-loading functions and made it more efficientunknown2003-07-071-45/+45
* Code cleanup (and moved sp cache to separate file).unknown2003-07-031-51/+18
* SP cache (WL#730). (Mostly by vva, additions by pem.)unknown2003-07-011-42/+53
* Bugfixes for the sp_head memroot stuff.unknown2003-07-011-5/+8
* sp_head now has its own mem_root (WL#961).unknown2003-06-291-2/+3
* 'Expand the mysql.proc table to include (almost) all fields' task(851)unknown2003-06-021-9/+5
* Adopt SP stuff to the new lex pointer.unknown2003-05-231-9/+22
* Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-5.0unknown2003-05-141-5/+59
|\
| * Expand the mysql.proc tableunknown2003-05-061-5/+59
* | made lex a pointer in THDunknown2003-05-051-1/+1
|/
* Post-fix of bug #302 fix.unknown2003-04-271-2/+2
* Post merge fixes.unknown2003-04-041-2/+11
* Fixed the last memory leaks in the SP code.unknown2003-04-031-6/+4
* Getting rid of lots of memory leaks (but not quite all of them yet,unknown2003-04-021-2/+9
* ...and got rid of the strncasecmps too.unknown2003-03-271-2/+2
* Replaced a couple of strcasecmps.unknown2003-03-271-1/+1