summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug #5888 "Triggers with nonexistent columns cause packetsunknown2004-11-241-6/+2
* After merge fixesunknown2004-11-091-1/+1
* Fixed BUG#3583: query cache doesn't work for stored procedures.unknown2004-09-171-1/+7
* Fixed BUG#3294: Stored procedure crash if table dropped before use.unknown2004-09-101-7/+3
* WL#1218 "Triggers"unknown2004-09-091-4/+5
* Merge of changes from the main tree to tree for WL#1218 "Triggers".unknown2004-09-081-0/+66
|\
| * WL#1218 "Triggers". Some very preliminary version of patch.unknown2004-09-071-0/+66
* | Major rehacking and cleanup of sp_pcontext.unknown2004-08-261-59/+52
* | Fixed BUG#3157: Crash if stored procedure contains IF EXISTS,unknown2004-08-241-6/+14
* | WL#2002: Implement stored procedure GOTO.unknown2004-08-171-3/+39
* | Fixed BUG#4902: Stored procedure with SHOW WARNINGS leads to packet error,unknown2004-08-061-0/+3
* | WL#2001: Optimize stored procedure code.unknown2004-08-021-18/+84
|/
* Fixed BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES.unknown2004-06-091-1/+2
* cleunup items of instruction after every instruction executionunknown2004-05-261-9/+8
* PS and SP made compatible in mechanism used for preparing query for rexecutio...unknown2004-05-201-3/+1
* Fixed BUG#2772: Function with character set clause fails in stored procedures.unknown2004-04-061-0/+1
* Fixed BUG#3287: Stored procedure handler scope outside of begin/end.unknown2004-04-051-2/+3
* Enforce standard declaration order in SPs.unknown2004-03-291-6/+56
* WL#1366: Use the schema (db) associated with an SP.unknown2004-03-111-19/+8
* WL#1366: Use the schema (db) associated with an SP.unknown2004-02-171-1/+32
* Forgot to wrap things in #ifndef NO_EMBEDDED_ACCESS_CHECKS for the embedded s...unknown2003-12-161-1/+2
* Fixed various memory leaks.unknown2003-12-151-1/+1
* WL#1365: Implement definer's rights execution of stored procedures.unknown2003-12-131-11/+24
* In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general tounknown2003-12-121-12/+21
* WL#1363: Update the mysql.proc table and add new fields.unknown2003-12-101-22/+7
* WL#1241: SHOW PROCEDURE/FUNCTIONunknown2003-11-171-1/+21
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-101-2/+127
* Check that a FUNCTION contains RETURN and that we actually get a return value.unknown2003-10-031-0/+1
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingunknown2003-09-161-6/+100
* Adopt to the introduction of a separate CLIENT_MULTI_RESULTS flag.unknown2003-08-271-1/+1
* Fixed the old kludge for pre-loading functions and made it more efficientunknown2003-07-071-1/+1
* Code cleanup (and moved sp cache to separate file).unknown2003-07-031-1/+1
* Bugfixes for the sp_head memroot stuff.unknown2003-07-011-1/+5
* sp_head now has its own mem_root (WL#961).unknown2003-06-291-5/+36
* Adopt SP stuff to the new lex pointer.unknown2003-05-231-4/+4
* Expand the mysql.proc tableunknown2003-05-061-1/+21
* Post-fix of bug #302 fix.unknown2003-04-271-1/+1
* Made multiple queries (SELECT without INTO) work in SPs.unknown2003-04-231-0/+2
* Got rid of the last unecessary Item_strings.unknown2003-04-031-6/+4
* Getting rid of lots of memory leaks (but not quite all of them yet,unknown2003-04-021-13/+9
* Improved error handling regarding SPs (with info like names etc in the output).unknown2003-03-051-5/+1
* Made FUNCTIONs work in insert and select queries, as well as nested function ...unknown2003-03-021-2/+5
* Made stored FUNCTION invokation work almost always. Still buggy and unstable,...unknown2003-02-261-2/+41
* Most of the groundwork for sprint task 729 (implement FUNCTIONs).unknown2003-02-211-2/+18
* Fixed some of the data collection during parsing.unknown2002-12-191-1/+3
* Added parsing of CASE (both generic and "simple").unknown2002-12-171-0/+2
* Fixed the broken backpatching implementation.unknown2002-12-161-3/+13
* Moved create/find/drop functions to a separate files (sp.cc,sp.h).unknown2002-12-121-20/+4
* Fixed bugs in the parameter evaluation and modified the execution engineunknown2002-12-111-14/+122
* Simplistic, experimental framework for Stored Procedures (SPs).unknown2002-12-081-0/+200