Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Restore From Sql Dump 'glitch' For Stored Procedure

forums forums SQLyog SQLyog: Bugs / Feature Requests Restore From Sql Dump 'glitch' For Stored Procedure

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #24703
      peterlaursen
      Participant

      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?

    • #24704
      Simeon
      Member
      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..

Viewing 1 reply thread
  • You must be logged in to reply to this topic.