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