peterlaursen wrote on Aug 17 2007, 08:54 AM:
We had an almost similar report 20 hours ago! We are testing the fix for this now!
I think the problem the “comment inside conditional comment” conctruction inside the CREATE PROCEDURE statement like
/*!50003 …
….
— a comment
…
*/
Coul you please try to remove '– a comment' and verify if that solves the issue?
It's not that! Almost all of my SPs have comments inside (I like to call it 'documentation'!) and only a few of them have this problem. I guess it could be to do with the position of the comment somehow?
I have tried to see any common features between the affected SPs, but whatever it is, it's not obvious..