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

Feature: Show Sql Query In Status Bar

forums forums SQLyog SQLyog: Bugs / Feature Requests Feature: Show Sql Query In Status Bar

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #13356
      larsen
      Participant

      I sometimes execute multiple queries that run for a longer time and it seems there is no way to tell which one is executed at the moment.

      Would be good to see the query in the status bar where atm it shows “Executing query…”.

       

      Also, “Executing query…” is replaced by “http://www.webyog.com” after some time or when I switch programs. Couldn´t reproduce as I am writing this while the queries are still running. Seems like an unwanted side-effect of something.

       

       

    • #35335
      peterlaursen
      Participant

      1) 

      If I execute this


      SELECT SLEEP(10);
      SELECT SLEEP(11);
      SELECT SLEEP(12);

      .. I cannot reproduce that it shows http://www.webyog.com” – also not when switching programs or whatever.  Do I need to increase the sleep times (to several minutes or more)? A test case would be much appreciated. Also have you observed if it has started happening recently? 

       

       

      2)

      Displaying ‘current query of an executing batch’ is a reasonable request, I think. However if internals of the program causes a high effort to implement, we may decide not to do it for the time being. We will check. 

    • #35336
      larsen
      Participant

      1) No, I couldn´t reproduce this.

      2) It´s not that important if it would be hard to implement. I guess there are much more important things.

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