summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Forgot to wrap things in #ifndef NO_EMBEDDED_ACCESS_CHECKS for the embedded s...unknown2003-12-161-1/+3
* Fixed various memory leaks.unknown2003-12-151-6/+9
* WL#1365: Implement definer's rights execution of stored procedures.unknown2003-12-131-5/+97
* In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general tounknown2003-12-121-15/+42
* WL#1363: Update the mysql.proc table and add new fields.unknown2003-12-101-4/+2
* Fixed another compiler error on HP-UX.unknown2003-12-041-2/+3
* Fixed BUG#336: Subselects with tables does not work as values for local SP va...unknown2003-12-041-2/+3
* Made Item_splocal printable.unknown2003-11-211-3/+18
* Fixed BUG#1874: Don't call fix_fields() indiscriminately, it resets null_valueunknown2003-11-201-10/+27
* Post-merge fixes.unknown2003-11-191-0/+1
* Fixed BUG#1862 (flush table in SPs didn't work).unknown2003-11-191-11/+36
* Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2003-11-171-11/+50
|\
| * WL#1241: SHOW PROCEDURE/FUNCTIONunknown2003-11-171-11/+50
* | Bugfix, handling null values.unknown2003-11-171-1/+1
|/
* Fix BUG#1656: Have to initialize OUT parameters too, in case they're notunknown2003-10-281-8/+10
* Bugfix; added another method to Item_splocal, updated tests, and added previousunknown2003-10-201-3/+11
* Bugfix. Local variables are now initialized to null.unknown2003-10-171-5/+11
* Handle user variables (@-vars) as OUT and INOUT parameters in SPs.unknown2003-10-161-17/+23
* Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ...unknown2003-10-141-12/+35
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-101-14/+139
* Check that a FUNCTION contains RETURN and that we actually get a return value.unknown2003-10-031-2/+14
* Fixed BUG#822: Copying and clearing some things in thd/lex whenunknown2003-10-031-0/+25
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingunknown2003-09-161-7/+74
* Adopt to the introduction of a separate CLIENT_MULTI_RESULTS flag.unknown2003-08-271-1/+1
* Post-merge fixes.unknown2003-08-261-2/+2
* Code cleanup (and moved sp cache to separate file).unknown2003-07-031-1/+1
* Bugfixes for the sp_head memroot stuff.unknown2003-07-011-8/+15
* sp_head now has its own mem_root (WL#961).unknown2003-06-291-15/+76
* Fixed bug #643, which caused intermittent crashes in net_printf() with repeatedunknown2003-06-121-0/+1
* 'Expand the mysql.proc table to include (almost) all fields' task(851)unknown2003-06-021-1/+1
* Adopt SP stuff to the new lex pointer.unknown2003-05-231-40/+31
* Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-5.0unknown2003-05-141-3/+17
|\
| * Expand the mysql.proc tableunknown2003-05-061-3/+17
* | made lex a pointer in THDunknown2003-05-051-30/+30
|/
* Post-fix of bug #302 fix.unknown2003-04-271-2/+2
* subselect in procedure argument list (Bug #302)unknown2003-04-231-0/+6
* Fixes bug #302: call u((select 1)) now works.unknown2003-04-231-1/+1
* Made multiple queries (SELECT without INTO) work in SPs.unknown2003-04-231-1/+1
* Check the number of args to SPs.unknown2003-04-171-2/+18
* Fixed the last memory leaks in the SP code.unknown2003-04-031-0/+6
* Got rid of the last unecessary Item_strings.unknown2003-04-031-12/+11
* Getting rid of lots of memory leaks (but not quite all of them yet,unknown2003-04-021-7/+21
* Check for thd->killed in execution loop. (Makes more graceful behaviour inunknown2003-03-281-2/+7
* Replaced a couple of strcasecmps.unknown2003-03-271-2/+2
* Fixed save/restore of current database when calling a procedure.unknown2003-03-261-0/+15
* Post post merge fix. Made the broken ip test work again.unknown2003-03-201-3/+11
* Improved error handling regarding SPs (with info like names etc in the output).unknown2003-03-051-0/+13
* Made FUNCTIONs work in insert and select queries, as well as nested function ...unknown2003-03-021-16/+18
* Closing tables during SP execution the proper way.unknown2003-02-281-0/+5
* A small step forward. Fixed a few bugs and made string type functions work,unknown2003-02-271-3/+3