| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for BUG#13037: undefined variable in IF cause erroneous error-message. | unknown | 2005-10-25 | 1 | -2/+35 |
* | A fix and a test case for Bug#13587 "Server crash when SP is created | unknown | 2005-10-19 | 1 | -0/+11 |
* | Fixed BUG#13510: Setting password local variable changes current password | unknown | 2005-10-11 | 1 | -0/+38 |
* | Bug #13231 mysqltest: fails to dectect when mysql_next_result fails | unknown | 2005-09-21 | 1 | -0/+1 |
* | Fixed BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggers | unknown | 2005-09-13 | 1 | -0/+47 |
* | Fix for Bug#12995: Inside function "Table 't4' was not locked with LOCK TABLES" | unknown | 2005-09-07 | 1 | -0/+21 |
* | Fix for Bug#12953 "Stored procedures: crash if OPTIMIZE TABLE in function" | unknown | 2005-09-06 | 1 | -0/+7 |
* | Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures". | unknown | 2005-09-03 | 1 | -15/+1 |
* | fix for bug #12490 (all-in-one patch) | unknown | 2005-08-29 | 1 | -0/+8 |
* | Fix for bug #11896 "Partial locking in case of recursive trigger definitions". | unknown | 2005-08-18 | 1 | -0/+30 |
* | Fix for bug #12280 "Triggers: crash if flush tables". | unknown | 2005-08-10 | 1 | -2/+2 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-07-13 | 1 | -1/+14 |
|\ |
|
| * | Implementation of Monty's idea: Now we can open mysql.proc table for lookup | unknown | 2005-07-13 | 1 | -1/+14 |
* | | Merge mysql.com:/usr/local/bk/mysql-5.0 | unknown | 2005-07-11 | 1 | -0/+16 |
|\ \ |
|
| * \ | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-07-09 | 1 | -0/+16 |
| |\ \
| | |/
| |/| |
|
| | * | Enable support of access to tables from triggers. Thus fix bug #8406 "Triggers | unknown | 2005-07-09 | 1 | -0/+16 |
* | | | Fixed BUG#11365: Stored Procedure: Crash on Procedure operation | unknown | 2005-07-08 | 1 | -2/+2 |
|/ / |
|
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0 | unknown | 2005-07-06 | 1 | -0/+40 |
|\ \ |
|
| * | | "Fix" for bug #11394 "Recursion in SP crash server" and bug #11600 | unknown | 2005-07-01 | 1 | -0/+40 |
| |/ |
|
* | | Fix for BUG#9814: Clear thd->net.no_send_error before each SP instruction | unknown | 2005-07-04 | 1 | -0/+30 |
* | | Disabled the GOTO feature. (It's non-standard and undocumented.) | unknown | 2005-07-01 | 1 | -51/+0 |
|/ |
|
* | Disable dynamic SQL in stored routines. | unknown | 2005-06-09 | 1 | -0/+14 |
* | Fixed BUG#10969: Stored procedures: crash if default() function | unknown | 2005-06-01 | 1 | -0/+13 |
* | Fixed BUG#9529: Stored Procedures: No Warning on truncation of procedure name | unknown | 2005-05-31 | 1 | -0/+4 |
* | Fixed BUG#8409: Stored procedure crash if function contains FLUSH | unknown | 2005-05-27 | 1 | -0/+8 |
* | Fixed BUG#10537: Server crashes while loading data file into table through | unknown | 2005-05-20 | 1 | -0/+4 |
* | Post-review fixes of the patch for BUG#8408: Stored procedure crash if functi... | unknown | 2005-04-27 | 1 | -10/+10 |
* | Fixed BUG#8408: Stored procedure crash if function contains SHOW | unknown | 2005-04-26 | 1 | -0/+48 |
* | Fixed BUG#7047: Stored procedure crash if alter procedure | unknown | 2005-04-20 | 1 | -2/+11 |
* | Fixed BUG#9598: stored procedure call within stored procedure | unknown | 2005-04-14 | 1 | -4/+22 |
* | Fixed BUG#9073: Able to declare two handlers for same condition in same scope | unknown | 2005-04-08 | 1 | -0/+41 |
* | Fixed BUG#7299: Stored procedures: exception handler catches not-found condit... | unknown | 2005-04-08 | 1 | -0/+13 |
* | Moved test for bug #9566 "explicit LOCK TABLE and store procedures result in ... | unknown | 2005-04-07 | 1 | -0/+10 |
* | Fixed BUG#6600: Stored procedure crash after repeated calls with check table. | unknown | 2005-03-30 | 1 | -0/+9 |
* | Fixed BUG#8760: Stored Procedures: Invalid SQLSTATE is allowed in | unknown | 2005-02-28 | 1 | -0/+28 |
* | WL#2130: Table locking for stored FUNCTIONs | unknown | 2005-02-08 | 1 | -13/+4 |
* | Fix 'SHOW CREATE FUNCTION' to say 'FUNCTION' in its error message. (Bug #6338) | unknown | 2005-01-03 | 1 | -0/+2 |
* | Fixed BUG#6807: Stored procedure crash if CREATE PROCEDURE ... KILL QUERY | unknown | 2004-11-25 | 1 | -0/+13 |
* | Fixed BUG#6030: Stored procedure has no appropriate DROP privilege. | unknown | 2004-10-22 | 1 | -8/+0 |
* | Fixed BUG#6027: Stored procedures can be renamed. | unknown | 2004-10-22 | 1 | -3/+0 |
* | Revised BUG#5000: SPs can be created with no default database. | unknown | 2004-10-07 | 1 | -23/+0 |
* | Fixed BUG#3294: Stored procedure crash if table dropped before use. | unknown | 2004-09-10 | 1 | -0/+9 |
* | Merge on pull | unknown | 2004-09-09 | 1 | -2/+2 |
|\ |
|
| * | After merge fixes of merge with 4.1 that included the new arena code. | unknown | 2004-09-09 | 1 | -2/+2 |
* | | Fixed BUG#5000: SPs can be created with no default database. | unknown | 2004-09-08 | 1 | -0/+23 |
|/ |
|
* | Major rehacking and cleanup of sp_pcontext. | unknown | 2004-08-26 | 1 | -0/+46 |
* | Fixed BUG#3157: Crash if stored procedure contains IF EXISTS, | unknown | 2004-08-24 | 1 | -6/+0 |
* | WL#2002: Implement stored procedure GOTO. | unknown | 2004-08-17 | 1 | -0/+5 |
* | Fixed BUG#434: Stored procedure which drops itself causes crash. | unknown | 2004-07-29 | 1 | -0/+4 |
* | after merge fixes | unknown | 2004-07-22 | 1 | -2/+2 |