summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp-error.result
Commit message (Expand)AuthorAgeFilesLines
* Added test case for SELECT INTO with too many rows.pem@mysql.comhem.se2004-06-091-0/+9
* Post-merge fixes.pem@mysql.comhem.se2004-05-141-2/+2
* Post-merge fixes, some quite complex. client/mysqlbinlog.cc and sql/log_event.ccpem@mysql.comhem.se2004-04-281-2/+2
* Fixed BUG#3287: Stored procedure handler scope outside of begin/end.pem@mysql.comhem.se2004-04-051-1/+25
* Fixed BUG#3287: Stored Procedure Case Statement Not SQL:2003 Compliant.pem@mysql.comhem.se2004-03-291-0/+21
* Enforce standard declaration order in SPs.pem@mysql.comhem.se2004-03-291-5/+24
* WL#1366: Use the schema (db) associated with an SP.pem@mysql.comhem.se2004-03-111-0/+4
* Post-merge fixes.pem@mysql.comhem.se2004-02-111-2/+2
* Fixed BUG#2329: Crash if insert with variable name in stored procedure.pem@mysql.comhem.se2004-01-141-0/+16
* Fix BUG#2259: Crash after fetch from not-open cursor in stored procedurepem@mysql.comhem.se2004-01-081-0/+10
* Fix BUG#2272: Crash if update with variable name in stored procedure.pem@mysql.comhem.se2004-01-081-0/+9
* Post-merge fixes.pem@mysql.comhem.se2003-12-161-96/+88
* WL#1365: Implement definer's rights execution of stored procedures.pem@mysql.comhem.se2003-12-131-0/+11
* Post-merge fixes.pem@mysql.comhem.se2003-12-051-2/+2
* Fixed BUG#336: Subselects with tables does not work as values for local SP va...pem@mysql.comhem.se2003-12-041-0/+10
* Post-merge fixes.pem@mysql.comhem.se2003-12-011-2/+2
* Fixed BUG#1965: Opening a cursor hangs client when malformed select failspem@mysql.comhem.se2003-11-271-0/+11
* Changed "query" into "statement", and corrected SQL state code (04000->0A000).pem@mysql.comhem.se2003-11-241-2/+2
* Translated 5.0 error codes into sql states.pem@mysql.comhem.se2003-11-211-39/+41
* Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS;pem@mysql.comhem.se2003-11-201-0/+2
* Post-merge fixes.pem@mysql.comhem.se2003-11-191-1/+1
* Fixed BUG#1862 (flush table in SPs didn't work).pem@mysql.comhem.se2003-11-191-1/+1
* WL#1241: SHOW PROCEDURE/FUNCTIONgluh@gluh.mysql.r18.ru2003-11-171-0/+5
* Changed single generic error code/message into different ones for duplicate t...pem@mysql.comhem.se2003-11-141-1/+1
* Various bug fixes:pem@mysql.comhem.se2003-11-131-0/+31
* Post-merge fixes.pem@mysql.comhem.se2003-10-231-1/+1
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...pem@mysql.telia.com2003-10-101-0/+82
* Check that a FUNCTION contains RETURN and that we actually get a return value.pem@mysql.telia.com2003-10-031-0/+17
* Post-merge fixes.pem@mysql.telia.com2003-09-241-1/+1
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingpem@mysql.telia.com2003-09-161-0/+25
* Post-merge fixes.pem@mysql.telia.com2003-08-261-1/+1
* Merging 4.1 into 5.0 (second pass; post-merge fixes).pem@mysql.telia.com2003-07-091-25/+25
* Fixed bug #643, which caused intermittent crashes in net_printf() with repeatedpem@mysql.com2003-06-121-0/+6
* Made multiple queries (SELECT without INTO) work in SPs.pem@mysql.com2003-04-231-2/+7
* Check the number of args to SPs.pem@mysql.com2003-04-171-2/+16
* Post-merge fixes.pem@mysql.com2003-04-171-1/+1
* Post merge fixes.pem@mysql.com2003-04-041-1/+1
* Added IF EXISTS to DROP PROCEDURE|FUNCTION.pem@mysql.com2003-03-261-0/+3
* Improved error handling regarding SPs (with info like names etc in the output).pem@mysql.com2003-03-051-0/+70