| Commit message (Expand) | Author | Age | Files | Lines |
* | Many files: | unknown | 2006-12-23 | 1 | -2/+1 |
* | Bug#8153 (Stored procedure with subquery and continue handler, wrong result) | unknown | 2006-08-02 | 1 | -0/+59 |
* | BUG#18037: Fix stack corruption in THD::rollback_item_tree_changes(). | unknown | 2006-05-15 | 1 | -6/+7 |
* | Renaming sp_pcontext members and methods; less cryptic and more consistent. | unknown | 2006-04-07 | 1 | -12/+12 |
* | Post-review fix for BUG#15011. | unknown | 2006-02-01 | 1 | -0/+29 |
* | Fixed BUGS#15011: error handler for mysql errno in nested block not activated | unknown | 2006-01-25 | 1 | -1/+2 |
* | Post-review fix. (BUG#15231) | unknown | 2006-01-17 | 1 | -1/+1 |
* | Fixed BUG#15231: Stored procedure bug with not found condition handler | unknown | 2005-12-13 | 1 | -7/+16 |
* | Patch for WL#2894: Make stored routine variables work | unknown | 2005-12-07 | 1 | -50/+256 |
* | Fixed BUG#7049: Stored procedure CALL errors are ignored | unknown | 2005-09-26 | 1 | -2/+6 |
* | Fixed BUG#6127: Stored procedure handlers within handlers don't work | unknown | 2005-09-26 | 1 | -4/+9 |
* | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using | unknown | 2005-09-22 | 1 | -133/+76 |
* | Fix for Bug#11247 Stored procedures: Function calls in long loops leak memory | unknown | 2005-08-18 | 1 | -5/+5 |
* | Fixed BUG#11529: crash server after use stored procedure | unknown | 2005-06-30 | 1 | -4/+5 |
* | prohibit opening Query cache for SP cursors (BUG#9715) | unknown | 2005-06-14 | 1 | -0/+11 |
* | Merge mysql.com:/usr/local/bk/mysql-5.0 | unknown | 2005-06-10 | 1 | -13/+26 |
|\ |
|
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-06-06 | 1 | -1/+1 |
| |\ |
|
| | * | sp_rcontext.cc, sp_pcontext.cc, sp_head.cc, sp_cache.cc, ha_federated.cc: | unknown | 2005-06-05 | 1 | -1/+1 |
| * | | Cleanup during review | unknown | 2005-06-05 | 1 | -12/+25 |
| |/ |
|
* | | Post review and additional fix for BUG#10968: Stored procedures: crash if lon... | unknown | 2005-06-10 | 1 | -0/+1 |
|/ |
|
* | Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing... | unknown | 2005-05-27 | 1 | -1/+1 |
* | Fixed on BUG#6048: Stored procedure causes operating system reboot | unknown | 2005-05-23 | 1 | -11/+52 |
* | Revert fix for Bug #6048: it introduced new problems. | unknown | 2005-05-18 | 1 | -11/+3 |
* | Fixed BUG#6048: Stored procedure causes operating system reboot. | unknown | 2005-05-18 | 1 | -3/+11 |
* | Item::fix_field need correct pointer on item reference to chnge it if itis ne... | unknown | 2005-05-09 | 1 | -3/+3 |
* | Fixed BUG#9598: stored procedure call within stored procedure | unknown | 2005-04-14 | 1 | -1/+0 |
* | Fixed BUG#6900: Stored procedure inner handler ignored | unknown | 2005-04-08 | 1 | -4/+4 |
* | Fixed BUG#7299: Stored procedures: exception handler catches not-found condit... | unknown | 2005-04-08 | 1 | -2/+2 |
* | Manual merge SP-locking improvements patch with current tree. | unknown | 2005-03-04 | 1 | -4/+4 |
|\ |
|
| * | Better approach for prelocking of tables for stored routines execution | unknown | 2005-03-04 | 1 | -4/+4 |
* | | Fixed BUILD script to use --with-berkeley-db instead of --with-bdb | unknown | 2005-02-19 | 1 | -9/+18 |
|/ |
|
* | Precision Math implementation | unknown | 2005-02-09 | 1 | -2/+8 |
* | post-review fixes | unknown | 2004-11-12 | 1 | -6/+9 |
* | merge | unknown | 2004-10-28 | 1 | -17/+22 |
|\ |
|
| * | Fixed BUG#6029: Stored procedure specific handlers should have priority. | unknown | 2004-10-23 | 1 | -17/+22 |
* | | errors without code removed | unknown | 2004-10-20 | 1 | -6/+6 |
|/ |
|
* | Strict mode & better warnings | unknown | 2004-09-28 | 1 | -3/+6 |
* | Fixed BUG#4941: Stored procedure crash fetching null value into variable. | unknown | 2004-09-10 | 1 | -12/+15 |
* | Fixed BUG#3294: Stored procedure crash if table dropped before use. | unknown | 2004-09-10 | 1 | -0/+3 |
* | Fixed BUG#2653: Undeclared variables not detected in stored procedures. | unknown | 2004-07-21 | 1 | -2/+9 |
* | Fix BUG#2269: Lost connect if stored procedure called before USE | unknown | 2004-01-09 | 1 | -3/+6 |
* | Fix BUG#2260: Handler NOT FOUND declaration does't work in stored procedure | unknown | 2004-01-08 | 1 | -3/+3 |
* | Fix BUG#2259: Crash after fetch from not-open cursor in stored procedure | unknown | 2004-01-08 | 1 | -6/+7 |
* | Update for VC++ | unknown | 2003-12-21 | 1 | -2/+0 |
* | Fixed BUG#1965: Opening a cursor hangs client when malformed select fails | unknown | 2003-11-27 | 1 | -3/+3 |
* | Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ... | unknown | 2003-10-14 | 1 | -0/+8 |
* | WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us... | unknown | 2003-10-10 | 1 | -2/+144 |
* | Implemented SP CONDITIONs and HANDLERs, with the extension of handling | unknown | 2003-09-16 | 1 | -0/+95 |