| Commit message (Expand) | Author | Age | Files | Lines |
* | Forgot to wrap things in #ifndef NO_EMBEDDED_ACCESS_CHECKS for the embedded s... | pem@mysql.comhem.se | 2003-12-16 | 1 | -1/+3 |
* | Fixed various memory leaks. | pem@mysql.comhem.se | 2003-12-15 | 1 | -6/+9 |
* | WL#1365: Implement definer's rights execution of stored procedures. | pem@mysql.comhem.se | 2003-12-13 | 1 | -5/+97 |
* | In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general to | pem@mysql.comhem.se | 2003-12-12 | 1 | -15/+42 |
* | WL#1363: Update the mysql.proc table and add new fields. | pem@mysql.comhem.se | 2003-12-10 | 1 | -4/+2 |
* | Fixed another compiler error on HP-UX. | pem@mysql.comhem.se | 2003-12-04 | 1 | -2/+3 |
* | Fixed BUG#336: Subselects with tables does not work as values for local SP va... | pem@mysql.comhem.se | 2003-12-04 | 1 | -2/+3 |
* | Made Item_splocal printable. | pem@mysql.comhem.se | 2003-11-21 | 1 | -3/+18 |
* | Fixed BUG#1874: Don't call fix_fields() indiscriminately, it resets null_value | pem@mysql.comhem.se | 2003-11-20 | 1 | -10/+27 |
* | Post-merge fixes. | pem@mysql.comhem.se | 2003-11-19 | 1 | -0/+1 |
* | Fixed BUG#1862 (flush table in SPs didn't work). | pem@mysql.comhem.se | 2003-11-19 | 1 | -11/+36 |
* | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0 | gluh@gluh.mysql.r18.ru | 2003-11-17 | 1 | -11/+50 |
|\ |
|
| * | WL#1241: SHOW PROCEDURE/FUNCTION | gluh@gluh.mysql.r18.ru | 2003-11-17 | 1 | -11/+50 |
* | | Bugfix, handling null values. | pem@mysql.comhem.se | 2003-11-17 | 1 | -1/+1 |
|/ |
|
* | Fix BUG#1656: Have to initialize OUT parameters too, in case they're not | pem@mysql.comhem.se | 2003-10-28 | 1 | -8/+10 |
* | Bugfix; added another method to Item_splocal, updated tests, and added previous | pem@mysql.comhem.se | 2003-10-20 | 1 | -3/+11 |
* | Bugfix. Local variables are now initialized to null. | pem@mysql.comhem.se | 2003-10-17 | 1 | -5/+11 |
* | Handle user variables (@-vars) as OUT and INOUT parameters in SPs. | pem@mysql.telia.com | 2003-10-16 | 1 | -17/+23 |
* | Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ... | pem@mysql.telia.com | 2003-10-14 | 1 | -12/+35 |
* | WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us... | pem@mysql.telia.com | 2003-10-10 | 1 | -14/+139 |
* | Check that a FUNCTION contains RETURN and that we actually get a return value. | pem@mysql.telia.com | 2003-10-03 | 1 | -2/+14 |
* | Fixed BUG#822: Copying and clearing some things in thd/lex when | pem@mysql.telia.com | 2003-10-03 | 1 | -0/+25 |
* | Implemented SP CONDITIONs and HANDLERs, with the extension of handling | pem@mysql.telia.com | 2003-09-16 | 1 | -7/+74 |
* | Adopt to the introduction of a separate CLIENT_MULTI_RESULTS flag. | pem@mysql.telia.com | 2003-08-27 | 1 | -1/+1 |
* | Post-merge fixes. | pem@mysql.telia.com | 2003-08-26 | 1 | -2/+2 |
* | 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 | -8/+15 |
* | sp_head now has its own mem_root (WL#961). | pem@mysql.com | 2003-06-29 | 1 | -15/+76 |
* | Fixed bug #643, which caused intermittent crashes in net_printf() with repeated | pem@mysql.com | 2003-06-12 | 1 | -0/+1 |
* | 'Expand the mysql.proc table to include (almost) all fields' task(851) | gluh@gluh.mysql.r18.ru | 2003-06-02 | 1 | -1/+1 |
* | Adopt SP stuff to the new lex pointer. | pem@mysql.com | 2003-05-23 | 1 | -40/+31 |
* | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-5.0 | vva@eagle.mysql.r18.ru | 2003-05-14 | 1 | -3/+17 |
|\ |
|
| * | Expand the mysql.proc table | gluh@gluh.mysql.r18.ru | 2003-05-06 | 1 | -3/+17 |
* | | made lex a pointer in THD | vva@eagle.mysql.r18.ru | 2003-05-05 | 1 | -30/+30 |
|/ |
|
* | Post-fix of bug #302 fix. | pem@mysql.com | 2003-04-27 | 1 | -2/+2 |
* | subselect in procedure argument list (Bug #302) | bell@sanja.is.com.ua | 2003-04-23 | 1 | -0/+6 |
* | Fixes bug #302: call u((select 1)) now works. | pem@mysql.com | 2003-04-23 | 1 | -1/+1 |
* | Made multiple queries (SELECT without INTO) work in SPs. | pem@mysql.com | 2003-04-23 | 1 | -1/+1 |
* | Check the number of args to SPs. | pem@mysql.com | 2003-04-17 | 1 | -2/+18 |
* | Fixed the last memory leaks in the SP code. | pem@mysql.com | 2003-04-03 | 1 | -0/+6 |
* | Got rid of the last unecessary Item_strings. | pem@mysql.com | 2003-04-03 | 1 | -12/+11 |
* | Getting rid of lots of memory leaks (but not quite all of them yet, | pem@mysql.com | 2003-04-02 | 1 | -7/+21 |
* | Check for thd->killed in execution loop. (Makes more graceful behaviour in | pem@mysql.com | 2003-03-28 | 1 | -2/+7 |
* | Replaced a couple of strcasecmps. | pem@mysql.com | 2003-03-27 | 1 | -2/+2 |
* | Fixed save/restore of current database when calling a procedure. | pem@mysql.com | 2003-03-26 | 1 | -0/+15 |
* | Post post merge fix. Made the broken ip test work again. | pem@mysql.com | 2003-03-20 | 1 | -3/+11 |
* | Improved error handling regarding SPs (with info like names etc in the output). | pem@mysql.com | 2003-03-05 | 1 | -0/+13 |
* | Made FUNCTIONs work in insert and select queries, as well as nested function ... | pem@mysql.com | 2003-03-02 | 1 | -16/+18 |
* | Closing tables during SP execution the proper way. | pem@mysql.com | 2003-02-28 | 1 | -0/+5 |
* | A small step forward. Fixed a few bugs and made string type functions work, | pem@mysql.com | 2003-02-27 | 1 | -3/+3 |