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

Very Often Simple Inquiries Hang.

forums forums SQLyog SQLyog: Bugs / Feature Requests Very Often Simple Inquiries Hang.

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #11727
      Lexx918
      Member

      Very often simple inquiries hang.

      Very often simple inquiries on all fields hang.

      For example:

      Code:
      SELECT * FROM tbl WHERE pk_id = 123456;

      Thus in

      Code:
      SHOW PROCESSLIST;

      It is visible that the inquiry is already fulfilled.

      If in inquiry obviously to specify fields, it is fulfilled normally:

      Code:
      SELECT field1, field2, field3 FROM tbl WHERE pk_id = 123456;

      The error is present at all versions with which I worked for the last year.

      WinXP SP3

      (It is translated [url=”http://www.translate.ru)”]http://www.translate.ru)[/url]

Viewing 0 reply threads
  • You must be logged in to reply to this topic.