Bug #72913 Mysql stored procedure exception
Submitted: 8 Jun 2014 16:29 Modified: 8 Jun 2014 16:54
Reporter: Jeyasithar Ramalingam Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version: OS:Any
Assigned to: CPU Architecture:Any
Tags: exception, stored procedure

[8 Jun 2014 16:29] Jeyasithar Ramalingam
Description:
Nested procedure calls not handling exception correctly.

I tried to execute and function inside a stored procedure, the function has some exception/error. the system is hanging once I call stored procedure. But it is throwing the correct error when I call the function directly.

How to repeat:
create a function with wrong column name in select statement.
create procedure which calls the function
call the procedure now.
[8 Jun 2014 16:54] MySQL Verification Team
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.mysql.com/how-to-report.php

If you can provide more information, feel free to add it to this bug and change the status back to 'Open'.

Thank you for your interest in MySQL.