summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-error.result
Commit message (Expand)AuthorAgeFilesLines
* Fixed BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggerspem@mysql.com2005-09-131-0/+47
* Fix for Bug#12995: Inside function "Table 't4' was not locked with LOCK TABLES"anozdrin@mysql.com2005-09-071-0/+21
* Fix for Bug#12953 "Stored procedures: crash if OPTIMIZE TABLE in function"anozdrin@mysql.com2005-09-061-0/+7
* Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".konstantin@mysql.com2005-09-031-15/+1
* fix for bug #12490 (all-in-one patch)andrey@lmy004.2005-08-291-0/+8
* Fix for bug #11896 "Partial locking in case of recursive trigger definitions".dlenev@mysql.com2005-08-181-0/+30
* Fix for bug #12280 "Triggers: crash if flush tables".dlenev@mysql.com2005-08-101-2/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-131-1/+14
|\
| * Implementation of Monty's idea: Now we can open mysql.proc table for lookupdlenev@mysql.com2005-07-131-1/+14
* | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-07-111-0/+16
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-091-0/+16
| |\ \ | | |/ | |/|
| | * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersdlenev@mysql.com2005-07-091-0/+16
* | | Fixed BUG#11365: Stored Procedure: Crash on Procedure operationpem@mysql.com2005-07-081-2/+2
|/ /
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-061-0/+40
|\ \
| * | "Fix" for bug #11394 "Recursion in SP crash server" and bug #11600dlenev@brandersnatch.localdomain2005-07-011-0/+40
| |/
* | Fix for BUG#9814: Clear thd->net.no_send_error before each SP instruction sergefp@mysql.com2005-07-041-0/+30
* | Disabled the GOTO feature. (It's non-standard and undocumented.)pem@mysql.com2005-07-011-51/+0
|/
* Disable dynamic SQL in stored routines.konstantin@mysql.com2005-06-091-0/+14
* Fixed BUG#10969: Stored procedures: crash if default() functionpem@mysql.comhem.se2005-06-011-0/+13
* Fixed BUG#9529: Stored Procedures: No Warning on truncation of procedure namepem@mysql.comhem.se2005-05-311-0/+4
* Fixed BUG#8409: Stored procedure crash if function contains FLUSHpem@mysql.comhem.se2005-05-271-0/+8
* Fixed BUG#10537: Server crashes while loading data file into table throughpem@mysql.comhem.se2005-05-201-0/+4
* Post-review fixes of the patch for BUG#8408: Stored procedure crash if functi...pem@mysql.comhem.se2005-04-271-10/+10
* Fixed BUG#8408: Stored procedure crash if function contains SHOWpem@mysql.comhem.se2005-04-261-0/+48
* Fixed BUG#7047: Stored procedure crash if alter procedurepem@mysql.comhem.se2005-04-201-2/+11
* Fixed BUG#9598: stored procedure call within stored procedurepem@mysql.comhem.se2005-04-141-4/+22
* Fixed BUG#9073: Able to declare two handlers for same condition in same scopepem@mysql.comhem.se2005-04-081-0/+41
* Fixed BUG#7299: Stored procedures: exception handler catches not-found condit...pem@mysql.comhem.se2005-04-081-0/+13
* Moved test for bug #9566 "explicit LOCK TABLE and store procedures result in ...dlenev@brandersnatch.localdomain2005-04-071-0/+10
* Fixed BUG#6600: Stored procedure crash after repeated calls with check table.pem@mysql.comhem.se2005-03-301-0/+9
* Fixed BUG#8760: Stored Procedures: Invalid SQLSTATE is allowed inpem@mysql.comhem.se2005-02-281-0/+28
* WL#2130: Table locking for stored FUNCTIONspem@mysql.comhem.se2005-02-081-13/+4
* Fix 'SHOW CREATE FUNCTION' to say 'FUNCTION' in its error message. (Bug #6338)jimw@mysql.com2005-01-031-0/+2
* Fixed BUG#6807: Stored procedure crash if CREATE PROCEDURE ... KILL QUERYpem@mysql.comhem.se2004-11-251-0/+13
* Fixed BUG#6030: Stored procedure has no appropriate DROP privilege.pem@mysql.comhem.se2004-10-221-8/+0
* Fixed BUG#6027: Stored procedures can be renamed.pem@mysql.comhem.se2004-10-221-3/+0
* Revised BUG#5000: SPs can be created with no default database.pem@mysql.comhem.se2004-10-071-23/+0
* Fixed BUG#3294: Stored procedure crash if table dropped before use.pem@mysql.comhem.se2004-09-101-0/+9
* Merge on pullmonty@mysql.com2004-09-091-2/+2
|\
| * After merge fixes of merge with 4.1 that included the new arena code.monty@mysql.com2004-09-091-2/+2
* | Fixed BUG#5000: SPs can be created with no default database.pem@mysql.comhem.se2004-09-081-0/+23
|/
* Major rehacking and cleanup of sp_pcontext.pem@mysql.comhem.se2004-08-261-0/+46
* Fixed BUG#3157: Crash if stored procedure contains IF EXISTS,pem@mysql.comhem.se2004-08-241-6/+0
* WL#2002: Implement stored procedure GOTO.pem@mysql.comhem.se2004-08-171-0/+5
* Fixed BUG#434: Stored procedure which drops itself causes crash.pem@mysql.comhem.se2004-07-291-0/+4
* after merge fixesserg@serg.mylan2004-07-221-2/+2
* Fixed BUG#2653: Undeclared variables not detected in stored procedures.pem@mysql.comhem.se2004-07-211-0/+16
* After merge fixesmonty@mysql.com2004-07-151-5/+5
* variables.result, sp-error.result:paul@kite-hub.kitebird.com2004-06-161-6/+6
* Fixed BUG#3339: Stored procedures in nonexistent schemas are uncallable.pem@mysql.comhem.se2004-06-151-6/+8