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

Feature Request: Ability To Stop Queries.

forums forums SQLyog SQLyog: Bugs / Feature Requests Feature Request: Ability To Stop Queries.

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #19687
      Ritesh
      Member

      Which version of SQLyog are you using?

      Both these features are already implemented in v4.1.

    • #19688
      peterlaursen
      Participant

      Another “trick” as I wrote in the BLOGS:

      Quote:
      I few days ago I came across this report in the MySQL bug reporting system:

      http://bugs.mysql.com/bug.php?id=12702

      well .. it's not really a bug. But I guess we have all experienced that long running query on 'localhost' “kills” everything so that the computer can't be used for anything else. Reason is that the query proces has a priority of “high” or in numerical terms “8”. Normal priority is “6”. Only very critical system tasks have “9” .

      There is a simple setting to give a query proces “normal” priority, as described in the bug report. The setting can be set from “MySQL Administrator” .. Startup variables .. Advanced

      I have changed my setting!

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