summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
Commit message (Expand)AuthorAgeFilesLines
* Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-0/+9
|\
| * A fix and a test case for Bug#6513 "Test Suite: Values inserted by using konstantin@mysql.com2005-09-221-0/+9
* | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...bell@sanja.is.com.ua2005-09-201-4/+7
* | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingbell@sanja.is.com.ua2005-09-151-15/+7
|/
* Post-review fix for BUG#12712: SET AUTOCOMMIT should fail within SP/functions...pem@mysql.com2005-09-141-1/+2
* Fixed BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggerspem@mysql.com2005-09-131-1/+4
* Fix for BUG#12637: Make SPs+user variables replication work:sergefp@mysql.com2005-09-071-2/+3
* Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".konstantin@mysql.com2005-09-031-9/+24
* Merge deer.(none):/home/hf/work/mysql-5.0.10499hf@deer.(none)2005-08-271-0/+1
|\
| * Fix for bug #10499 (Function creation with GEOMETRY return)hf@deer.(none)2005-08-101-0/+1
* | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...sergefp@mysql.com2005-08-251-5/+18
* | A fix and a test case for "Bug #12168 'DECLARE CONTINUE HANDLER FOR konstantin@mysql.com2005-08-191-2/+0
|/
* Manual mergesergefp@mysql.com2005-08-031-1/+25
|\
| * Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...sergefp@mysql.com2005-07-301-1/+25
* | store/restore sql_mode which was in force during ctrigger creation (BUG#5891)bell@sanja.is.com.ua2005-07-281-1/+1
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-091-14/+42
|\
| * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersdlenev@mysql.com2005-07-091-14/+42
* | "Fix" for bug #11394 "Recursion in SP crash server" and bug #11600dlenev@brandersnatch.localdomain2005-07-011-0/+3
* | - implement inheritance of sp_instr: public Query_arena.konstantin@mysql.com2005-06-231-4/+3
* | Adjust to the changed Query_arena constructor:konstantin@mysql.com2005-06-221-0/+1
* | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-06-151-1/+1
|\ \ | |/ |/|
| * renamed:serg@serg.mylan2005-06-151-1/+1
* | prohibit opening Query cache for SP cursors (BUG#9715)bell@sanja.is.com.ua2005-06-141-0/+4
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-05-271-4/+3
|\
| * Fix for trigger.test failure in --debug mode.dlenev@brandersnatch.localdomain2005-05-271-4/+3
* | Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing...msvensson@neptunus.(none)2005-05-271-1/+1
|/
* Merge in fix Bug#3788acurtis@ltantony.rdg.cyberkinetica.homeunix.net2005-03-081-7/+8
|\
| * Bug#3788acurtis@pcgem.rdg.cyberkinetica.com2005-03-041-7/+8
* | Better approach for prelocking of tables for stored routines executiondlenev@brandersnatch.localdomain2005-03-041-91/+130
|/
* WL#2130: Table locking for stored FUNCTIONspem@mysql.comhem.se2005-02-081-5/+19
* Fix for bug #5888 "Triggers with nonexistent columns cause packetsdlenev@brandersnatch.localdomain2004-11-241-6/+2
* After merge fixesmonty@mysql.com2004-11-091-1/+1
* Fixed BUG#3583: query cache doesn't work for stored procedures.pem@mysql.comhem.se2004-09-171-1/+7
* Fixed BUG#3294: Stored procedure crash if table dropped before use.pem@mysql.comhem.se2004-09-101-7/+3
* WL#1218 "Triggers"dlenev@brandersnatch.localdomain2004-09-091-4/+5
* Merge of changes from the main tree to tree for WL#1218 "Triggers".dlenev@mysql.com2004-09-081-0/+66
|\
| * WL#1218 "Triggers". Some very preliminary version of patch.dlenev@brandersnatch.localdomain2004-09-071-0/+66
* | Major rehacking and cleanup of sp_pcontext.pem@mysql.comhem.se2004-08-261-59/+52
* | Fixed BUG#3157: Crash if stored procedure contains IF EXISTS,pem@mysql.comhem.se2004-08-241-6/+14
* | WL#2002: Implement stored procedure GOTO.pem@mysql.comhem.se2004-08-171-3/+39
* | Fixed BUG#4902: Stored procedure with SHOW WARNINGS leads to packet error,pem@mysql.comhem.se2004-08-061-0/+3
* | WL#2001: Optimize stored procedure code.pem@mysql.comhem.se2004-08-021-18/+84
|/
* Fixed BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES.pem@mysql.comhem.se2004-06-091-1/+2
* cleunup items of instruction after every instruction executionbell@sanja.is.com.ua2004-05-261-9/+8
* PS and SP made compatible in mechanism used for preparing query for rexecutio...bell@sanja.is.com.ua2004-05-201-3/+1
* Fixed BUG#2772: Function with character set clause fails in stored procedures.pem@mysql.comhem.se2004-04-061-0/+1
* Fixed BUG#3287: Stored procedure handler scope outside of begin/end.pem@mysql.comhem.se2004-04-051-2/+3
* Enforce standard declaration order in SPs.pem@mysql.comhem.se2004-03-291-6/+56
* WL#1366: Use the schema (db) associated with an SP.pem@mysql.comhem.se2004-03-111-19/+8
* WL#1366: Use the schema (db) associated with an SP.pem@mysql.comhem.se2004-02-171-1/+32