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