Bug #77727 CALL sp INTO var
Submitted: 15 Jul 2015 8:18
Reporter: Jassim Rahma Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version: OS:Any
Assigned to: CPU Architecture:Any

[15 Jul 2015 8:18] Jassim Rahma
Description:
Please add an option to save the result of the call if single value into a variable..

here is an example:

CALL sp_get_employee_basic_salary(211) INTO @basic_salary

where 200 is the employee number...

How to repeat:
this is a suggestion