summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-091-14/+42
|\
| * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersunknown2005-07-091-14/+42
* | "Fix" for bug #11394 "Recursion in SP crash server" and bug #11600unknown2005-07-011-0/+3
* | - implement inheritance of sp_instr: public Query_arena.unknown2005-06-231-4/+3
* | Adjust to the changed Query_arena constructor:unknown2005-06-221-0/+1
* | Merge bk-internal:/home/bk/mysql-5.0unknown2005-06-151-1/+1
|\ \ | |/ |/|
| * renamed:unknown2005-06-151-1/+1
* | prohibit opening Query cache for SP cursors (BUG#9715)unknown2005-06-141-0/+4
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-05-271-4/+3
|\
| * Fix for trigger.test failure in --debug mode.unknown2005-05-271-4/+3
* | Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing...unknown2005-05-271-1/+1
|/
* Merge in fix Bug#3788unknown2005-03-081-7/+8
|\
| * Bug#3788unknown2005-03-041-7/+8
* | Better approach for prelocking of tables for stored routines executionunknown2005-03-041-91/+130
|/
* WL#2130: Table locking for stored FUNCTIONsunknown2005-02-081-5/+19
* 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