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

Trigger Reverse Engineering Minor Bug

forums forums SQLyog SQLyog: Bugs / Feature Requests Trigger Reverse Engineering Minor Bug

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #9976
      Igor
      Member

      When clicking on “Alter Trigger” you'll see something like this:

      create trigger `tr_m_customer_track_after_insert` AFTER INSERT on `m_customer_track`

      for each rowBEGIN

      update m_customer_album

      set num_tracks = num_tracks + 1

      where customer_album_id = new.customer_album_id;

      END;

      Notice the absense of carriage return (or space) between “row” and “BEGIN”.

      I am using 5.19 version.

      Actually this is a duplicate of a bug you already have. You can disregard this one then.

    • #22807
      peterlaursen
      Participant

      This is fixed in the 5.2 tree. Please try this!

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