summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
Commit message (Expand)AuthorAgeFilesLines
* Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2005-09-231-0/+9
|\
| * A fix and a test case for Bug#6513 "Test Suite: Values inserted by using unknown2005-09-221-0/+9
* | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...unknown2005-09-201-4/+7
* | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingunknown2005-09-151-15/+7
|/
* Post-review fix for BUG#12712: SET AUTOCOMMIT should fail within SP/functions...unknown2005-09-141-1/+2
* Fixed BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggersunknown2005-09-131-1/+4
* Fix for BUG#12637: Make SPs+user variables replication work:unknown2005-09-071-2/+3
* Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".unknown2005-09-031-9/+24
* Merge deer.(none):/home/hf/work/mysql-5.0.10499unknown2005-08-271-0/+1
|\
| * Fix for bug #10499 (Function creation with GEOMETRY return)unknown2005-08-101-0/+1
* | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...unknown2005-08-251-5/+18
* | A fix and a test case for "Bug #12168 'DECLARE CONTINUE HANDLER FOR unknown2005-08-191-2/+0
|/
* Manual mergeunknown2005-08-031-1/+25
|\
| * Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...unknown2005-07-301-1/+25
* | store/restore sql_mode which was in force during ctrigger creation (BUG#5891)unknown2005-07-281-1/+1
|/
* 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