mysql procedure should return only status to unix script
I have a mysql procedure which has out parameter and some print statements for debugging. I am calling this procedure from Unix shell script, idea is to assign the out parameter to a unix variable, which i use to check…