summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-error.result
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #643, which caused intermittent crashes in net_printf() with repeatedunknown2003-06-121-0/+6
* Made multiple queries (SELECT without INTO) work in SPs.unknown2003-04-231-2/+7
* Check the number of args to SPs.unknown2003-04-171-2/+16
* Post-merge fixes.unknown2003-04-171-1/+1
* Post merge fixes.unknown2003-04-041-1/+1
* Added IF EXISTS to DROP PROCEDURE|FUNCTION.unknown2003-03-261-0/+3
* Improved error handling regarding SPs (with info like names etc in the output).unknown2003-03-051-0/+70