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

Stripping Header Lines From Stored Procedures

forums forums SQLyog SQLyog: Bugs / Feature Requests Stripping Header Lines From Stored Procedures

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #22852
      peterlaursen
      Participant

      This comment issue is fixed in later versions. 5.17 I think.

      http://webyog.com/faq/33_7_en.html

      This works here on 5.2 b8:

      Code:
      /* = PROCEDURE tst2 ========================== */
      DELIMITER $$ — or you may still use 'DELIMITER $$;'
      CREATE PROCEDURE `test`.`tst2`()
      BEGIN
      — do nothing:
      END$$
Viewing 0 reply threads
  • You must be logged in to reply to this topic.