summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-error.result
Commit message (Expand)AuthorAgeFilesLines
* 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/+13
* Fixed BUG#6030: Stored procedure has no appropriate DROP privilege.unknown2004-10-221-8/+0
* Fixed BUG#6027: Stored procedures can be renamed.unknown2004-10-221-3/+0
* Revised BUG#5000: SPs can be created with no default database.unknown2004-10-071-23/+0
* Fixed BUG#3294: Stored procedure crash if table dropped before use.unknown2004-09-101-0/+9
* Merge on pullunknown2004-09-091-2/+2
|\
| * After merge fixes of merge with 4.1 that included the new arena code.unknown2004-09-091-2/+2
* | Fixed BUG#5000: SPs can be created with no default database.unknown2004-09-081-0/+23
|/
* Major rehacking and cleanup of sp_pcontext.unknown2004-08-261-0/+46
* Fixed BUG#3157: Crash if stored procedure contains IF EXISTS,unknown2004-08-241-6/+0
* WL#2002: Implement stored procedure GOTO.unknown2004-08-171-0/+5
* Fixed BUG#434: Stored procedure which drops itself causes crash.unknown2004-07-291-0/+4
* after merge fixesunknown2004-07-221-2/+2
* Fixed BUG#2653: Undeclared variables not detected in stored procedures.unknown2004-07-211-0/+16
* After merge fixesunknown2004-07-151-5/+5
* variables.result, sp-error.result:unknown2004-06-161-6/+6
* Fixed BUG#3339: Stored procedures in nonexistent schemas are uncallable.unknown2004-06-151-6/+8
* Added test case for SELECT INTO with too many rows.unknown2004-06-091-0/+9
* Post-merge fixes.unknown2004-05-141-2/+2
* Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.ccunknown2004-04-281-2/+2
* Fixed BUG#3287: Stored procedure handler scope outside of begin/end.unknown2004-04-051-1/+25
* Fixed BUG#3287: Stored Procedure Case Statement Not SQL:2003 Compliant.unknown2004-03-291-0/+21
* Enforce standard declaration order in SPs.unknown2004-03-291-5/+24
* WL#1366: Use the schema (db) associated with an SP.unknown2004-03-111-0/+4
* Post-merge fixes.unknown2004-02-111-2/+2
* Fixed BUG#2329: Crash if insert with variable name in stored procedure.unknown2004-01-141-0/+16
* Fix BUG#2259: Crash after fetch from not-open cursor in stored procedureunknown2004-01-081-0/+10
* Fix BUG#2272: Crash if update with variable name in stored procedure.unknown2004-01-081-0/+9
* Post-merge fixes.unknown2003-12-161-96/+88
* WL#1365: Implement definer's rights execution of stored procedures.unknown2003-12-131-0/+11
* Post-merge fixes.unknown2003-12-051-2/+2
* Fixed BUG#336: Subselects with tables does not work as values for local SP va...unknown2003-12-041-0/+10
* Post-merge fixes.unknown2003-12-011-2/+2
* Fixed BUG#1965: Opening a cursor hangs client when malformed select failsunknown2003-11-271-0/+11
* Changed "query" into "statement", and corrected SQL state code (04000->0A000).unknown2003-11-241-2/+2
* Translated 5.0 error codes into sql states.unknown2003-11-211-39/+41
* Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS;unknown2003-11-201-0/+2
* Post-merge fixes.unknown2003-11-191-1/+1
* Fixed BUG#1862 (flush table in SPs didn't work).unknown2003-11-191-1/+1
* WL#1241: SHOW PROCEDURE/FUNCTIONunknown2003-11-171-0/+5
* Changed single generic error code/message into different ones for duplicate t...unknown2003-11-141-1/+1
* Various bug fixes:unknown2003-11-131-0/+31
* Post-merge fixes.unknown2003-10-231-1/+1
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-101-0/+82
* Check that a FUNCTION contains RETURN and that we actually get a return value.unknown2003-10-031-0/+17
* Post-merge fixes.unknown2003-09-241-1/+1
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingunknown2003-09-161-0/+25
* Post-merge fixes.unknown2003-08-261-1/+1
* Merging 4.1 into 5.0 (second pass; post-merge fixes).unknown2003-07-091-25/+25