| Commit message (Expand) | Author | Age | Files | Lines |
* | After merge fixes | unknown | 2004-07-15 | 1 | -1/+1 |
* | Fixed BUG#3368: Stored procedure crash if group_concat(variable). | unknown | 2004-06-15 | 1 | -0/+15 |
* | Fixed BUG#3843: ANALYZE TABLE inside stored procedure causes 'Packets out of ... | unknown | 2004-06-14 | 1 | -0/+12 |
* | Fixed BUG#3132: Stored function returns empty when used in union. | unknown | 2004-06-10 | 1 | -0/+7 |
* | Fixed BUG#2564: SHOW CREATE inconsistent W.R.T ANSI_QUOTES. | unknown | 2004-06-09 | 1 | -12/+47 |
* | Fixed BUG#2460: Crash wih Stored Procedure and UNION. | unknown | 2004-05-28 | 1 | -0/+45 |
* | Added test cases for the following bugs that have been fixed by recent changes: | unknown | 2004-05-28 | 1 | -0/+180 |
* | PS and SP made compatible in mechanism used for preparing query for rexecutio... | unknown | 2004-05-20 | 1 | -0/+10 |
* | Correction of WL#1567: row_count() is -1 following non-insert/update/delete | unknown | 2004-05-04 | 1 | -0/+5 |
* | WL#1567: Add ROW_COUNT() Function to retrieve count of rows updated/inserted/... | unknown | 2004-05-04 | 1 | -0/+22 |
* | Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.cc | unknown | 2004-04-28 | 1 | -1/+1 |
* | Fixed BUG#2780: Stored procedure exit handler ignored for warnings. | unknown | 2004-04-06 | 1 | -0/+22 |
* | Fixed BUG#2776: Stored procedure crash if variable assigned to default. | unknown | 2004-04-06 | 1 | -0/+23 |
* | Fixed BUG#2772: Function with character set clause fails in stored procedures. | unknown | 2004-04-06 | 1 | -0/+6 |
* | Enforce standard declaration order in SPs. | unknown | 2004-03-29 | 1 | -7/+10 |
* | Fixed BUG#3259: Stored procedure names are case sensitive. | unknown | 2004-03-23 | 1 | -0/+12 |
* | WL#1366: Use the schema (db) associated with an SP. | unknown | 2004-03-22 | 1 | -0/+16 |
* | Merge | unknown | 2004-03-18 | 1 | -0/+6 |
|\ |
|
| * | Fix BUG#2674: Crash if return system variable in stored procedures. | unknown | 2004-03-17 | 1 | -0/+6 |
* | | WL#1366: Use the schema (db) associated with an SP. | unknown | 2004-03-11 | 1 | -35/+24 |
|/ |
|
* | Fixed test for BUG#2614 (right name, right place, etc...), | unknown | 2004-02-03 | 1 | -0/+11 |
* | Fixed BUG#2227: Server crash with stored procedure call. | unknown | 2004-01-21 | 1 | -0/+10 |
* | Merge mysql.com:/usr/local/bk/mysql-5.0 | unknown | 2004-01-14 | 1 | -0/+46 |
|\ |
|
| * | Fixed BUG#2267: Lost connect if stored procedure has SHOW FUNCTION STATUS. | unknown | 2004-01-14 | 1 | -0/+46 |
* | | Fixed BUG#2329: Crash if insert with variable name in stored procedure. | unknown | 2004-01-14 | 1 | -0/+14 |
|/ |
|
* | Fix BUG#2260: Handler NOT FOUND declaration does't work in stored procedure | unknown | 2004-01-08 | 1 | -0/+15 |
* | Fixed memory leaks in SP | unknown | 2003-12-21 | 1 | -4/+4 |
* | Post-merge fixes. | unknown | 2003-12-16 | 1 | -355/+382 |
* | WL#1365: Implement definer's rights execution of stored procedures. | unknown | 2003-12-13 | 1 | -16/+5 |
* | Don't want host in the definer's column. | unknown | 2003-12-12 | 1 | -5/+5 |
* | In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general to | unknown | 2003-12-12 | 1 | -6/+43 |
* | WL#1364: Store some environmental values with SPs and use at invokation | unknown | 2003-12-11 | 1 | -0/+28 |
* | WL#1363: Update the mysql.proc table and add new fields. | unknown | 2003-12-10 | 1 | -11/+11 |
* | New test cases for BUG#1653 (recalling a procedure after replacing a faulty | unknown | 2003-12-05 | 1 | -0/+56 |
* | Post-merge fixes. | unknown | 2003-12-01 | 1 | -3/+3 |
* | Fixed BUG#1874: Don't call fix_fields() indiscriminately, it resets null_value | unknown | 2003-11-20 | 1 | -3/+27 |
* | Handle null values correctly in SP local variables. | unknown | 2003-11-20 | 1 | -0/+12 |
* | Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS; | unknown | 2003-11-20 | 1 | -0/+4 |
* | Post-merge fixes. | unknown | 2003-11-19 | 1 | -3/+3 |
* | Fixed BUG#1862 (flush table in SPs didn't work). | unknown | 2003-11-19 | 1 | -7/+78 |
* | WL#1241: SHOW PROCEDURE/FUNCTION | unknown | 2003-11-17 | 1 | -0/+52 |
* | Various bug fixes: | unknown | 2003-11-13 | 1 | -3/+34 |
* | Fix BUG#1656: Have to initialize OUT parameters too, in case they're not | unknown | 2003-10-28 | 1 | -0/+11 |
* | Post-merge fixes. | unknown | 2003-10-23 | 1 | -2/+2 |
* | Bugfix; added another method to Item_splocal, updated tests, and added previous | unknown | 2003-10-20 | 1 | -7/+8 |
* | Bugfix. Local variables are now initialized to null. | unknown | 2003-10-17 | 1 | -0/+16 |
* | Handle user variables (@-vars) as OUT and INOUT parameters in SPs. | unknown | 2003-10-16 | 1 | -1/+15 |
* | Fix for BUG#1547: "SELECT ... WHERE field = var" sometimes give the wrong res... | unknown | 2003-10-15 | 1 | -0/+21 |
* | Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ... | unknown | 2003-10-14 | 1 | -1/+58 |
* | WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us... | unknown | 2003-10-10 | 1 | -0/+27 |