MySQL instance every Stored Procedure now returns 0 for LAST_INSERT_ID()
after an INSERT with EXECUTE even though the record is properly created!
And if I manually execute the SQL insert, I get the LAST_INSERT_ID()
just fine. So this is only happenin...