| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES. | unknown | 2004-06-09 | 1 | -5/+52 |
* | Fixed proper restoring of current db on errors. | unknown | 2004-06-08 | 1 | -4/+4 |
* | cleunup items of instruction after every instruction execution | unknown | 2004-05-26 | 1 | -0/+21 |
* | PS and SP made compatible in mechanism used for preparing query for rexecutio... | unknown | 2004-05-20 | 1 | -104/+32 |
* | Post-merge fixes. | unknown | 2004-05-14 | 1 | -2/+2 |
* | Fixed BUG#2772: Function with character set clause fails in stored procedures. | unknown | 2004-04-06 | 1 | -7/+24 |
* | Fixed BUG#3287: Stored procedure handler scope outside of begin/end. | unknown | 2004-04-05 | 1 | -2/+4 |
* | Enforce standard declaration order in SPs. | unknown | 2004-03-29 | 1 | -1/+172 |
* | WL#1366: Use the schema (db) associated with an SP. | unknown | 2004-03-19 | 1 | -3/+9 |
* | WL#1366: Use the schema (db) associated with an SP. | unknown | 2004-03-11 | 1 | -27/+58 |
* | Merge mysql.com:/usr/local/bk/mysql-5.0 | unknown | 2004-03-02 | 1 | -0/+3 |
|\ |
|
| * | Fixed small race condition, when global query_id was modified | unknown | 2004-03-01 | 1 | -0/+3 |
* | | WL#1366: Use the schema (db) associated with an SP. | unknown | 2004-02-17 | 1 | -7/+56 |
|/ |
|
* | sp.test: | unknown | 2004-02-03 | 1 | -5/+5 |
* | Check for possible stack overrun in SP execution. | unknown | 2004-01-26 | 1 | -0/+6 |
* | Fixed BUG#2227: Server crash with stored procedure call. | unknown | 2004-01-21 | 1 | -0/+6 |
* | Fix BUG#2269: Lost connect if stored procedure called before USE | unknown | 2004-01-09 | 1 | -4/+6 |
* | Update for VC++ | unknown | 2003-12-21 | 1 | -1/+0 |
* | 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 |
|\ |
|