Posted by admin November 27th 2018 at 10:11
[11 Sep 2007 21:25] Keith MendozaThis issue might be more an issue with the UPDATE statement, than the stored procedure. I attempted to execute an UPDATE statement involving 3 tables without first executing a USE database, and I got the same error warning. However, after I executed "use mysql" then reran the statement it worked.
https://bugs.mysql.com/bug.php?id=28551