summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp-error.test
Commit message (Expand)AuthorAgeFilesLines
* Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug7-5.0unknown2005-11-231-3/+4
|\
| * Recursion support made for SP (BUG#10100).unknown2005-11-231-3/+4
* | Bug#13510 "Setting password local variable changes current unknown2005-11-191-0/+4
* | Fix for bug #13399 Crash when executing PS/SP which should activate triggerunknown2005-11-171-0/+22
* | Issuing error about presence of commit/rollback statements in stored function...unknown2005-11-161-0/+138
* | Fixes bug #14569. When no db is selected as current and we do create procedur...unknown2005-11-111-0/+16
|/
* Fix for BUG#13037: undefined variable in IF cause erroneous error-message.unknown2005-10-251-0/+54
* A fix and a test case for Bug#13587 "Server crash when SP is createdunknown2005-10-191-0/+18
* Fixed BUG#13510: Setting password local variable changes current passwordunknown2005-10-111-0/+53
* Bug #13231 mysqltest: fails to dectect when mysql_next_result failsunknown2005-09-211-1/+25
* Fixed BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggersunknown2005-09-131-0/+58
* Fix for Bug#12995: Inside function "Table 't4' was not locked with LOCK TABLES"unknown2005-09-071-0/+30
* Fix for Bug#12953 "Stored procedures: crash if OPTIMIZE TABLE in function"unknown2005-09-061-2/+15
* Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".unknown2005-09-031-30/+10
* fix for bug #12490 (all-in-one patch)unknown2005-08-291-0/+13
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-231-0/+29
|\
| * Fix for bug #11896 "Partial locking in case of recursive trigger definitions".unknown2005-08-181-0/+29
* | Save and clear run context before executing a stored function or trigger and ...unknown2005-08-151-3/+3
|/
* Fix for bug #12280 "Triggers: crash if flush tables".unknown2005-08-101-2/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-131-5/+28
|\
| * Implementation of Monty's idea: Now we can open mysql.proc table for lookupunknown2005-07-131-5/+28
* | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-07-111-1/+24
|\ \
| * | Manual fixes after merging patch for bug #8406 "Triggers crash if referencingunknown2005-07-091-1/+1
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-091-0/+23
| |\ \ | | |/ | |/|
| | * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersunknown2005-07-091-0/+22
* | | Fixed BUG#11365: Stored Procedure: Crash on Procedure operationunknown2005-07-081-2/+2
|/ /
* | After merge fix.unknown2005-07-061-3/+3
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-061-0/+55
|\ \
| * | "Fix" for bug #11394 "Recursion in SP crash server" and bug #11600unknown2005-07-011-0/+55
| |/
* | Fix for BUG#9814: Clear thd->net.no_send_error before each SP instruction unknown2005-07-041-0/+38
* | Disabled the GOTO feature. (It's non-standard and undocumented.)unknown2005-07-011-54/+1
|/
* Disable dynamic SQL in stored routines.unknown2005-06-091-0/+21
* Fixed BUG#10969: Stored procedures: crash if default() functionunknown2005-06-011-0/+23
* Fixed BUG#9529: Stored Procedures: No Warning on truncation of procedure nameunknown2005-05-311-0/+10
* Fixed BUG#8409: Stored procedure crash if function contains FLUSHunknown2005-05-271-0/+15
* Fixed BUG#10537: Server crashes while loading data file into table throughunknown2005-05-201-0/+12
* Post-review fixes of the patch for BUG#8408: Stored procedure crash if functi...unknown2005-04-271-11/+12
* Fixed BUG#8408: Stored procedure crash if function contains SHOWunknown2005-04-261-0/+61
* Fixed BUG#7047: Stored procedure crash if alter procedureunknown2005-04-201-0/+14
* Fixed BUG#9598: stored procedure call within stored procedureunknown2005-04-141-0/+25
* Fixed BUG#9073: Able to declare two handlers for same condition in same scopeunknown2005-04-081-0/+50
* Fixed BUG#7299: Stored procedures: exception handler catches not-found condit...unknown2005-04-081-0/+22
* Moved test for bug #9566 "explicit LOCK TABLE and store procedures result in ...unknown2005-04-071-0/+23
* Fixed BUG#6600: Stored procedure crash after repeated calls with check table.unknown2005-03-301-0/+17
* Did some SP test style changes and added explanatory comments,unknown2005-03-181-0/+9
* Fixed BUG#8760: Stored Procedures: Invalid SQLSTATE is allowed inunknown2005-02-281-0/+38
* WL#2130: Table locking for stored FUNCTIONsunknown2005-02-081-19/+4
* Fix 'SHOW CREATE FUNCTION' to say 'FUNCTION' in its error message. (Bug #6338)unknown2005-01-031-0/+2
* Fixed BUG#6807: Stored procedure crash if CREATE PROCEDURE ... KILL QUERYunknown2004-11-251-0/+22
* Fixes after merge with 4.1unknown2004-11-031-1/+1