MySQL Forums
Forum List  »  Stored Procedures

Re: mySQL stored procedure null values, but not all row
Posted by: Bucur Marius
Date: May 13, 2014 10:51AM

Never mind I found the solution here http://bugs.mysql.com/bug.php?id=28227. Basically you are not allow to name your varibles inside stored procedure the same as your columns. Nasty bug, considering no warning/notice/error is thrown.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mySQL stored procedure null values, but not all row
1151
May 13, 2014 10:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.