Skip to content Skip to sidebar Skip to footer

Mysql Exit Handler Ignored

An exit handler is being ignored by my stored procedure. I execute the following line: CALL updateTemplate('MyObject', 'NewTemplate'); And receive the error: Error Code: 1452. Ca

Solution 1:

(Acknowledge GarethD)

This is due to a bug that was fixed in version 5.7.2.

Upgraded to MySQL 5.7.5, and all is now working.

http://bugs.mysql.com/bug.php?id=68831

Post a Comment for "Mysql Exit Handler Ignored"