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

Feature Request: Default Form View

forums forums SQLyog SQLyog: Bugs / Feature Requests Feature Request: Default Form View

  • This topic is empty.
Viewing 7 reply threads
  • Author
    Posts
    • #12310
      Roland DG
      Member

      Dear,

      When the replication of a slave failed, I need to show the slave status to find out why (most of the time you have to skip slave counter multiple times).

      Due to the fact that the table view is the default view, I constantly have to scroll to the right if the slave is running again or which is the error.

      In this case the form view is more handy.

      Is it possible to create a preference: 'Default view' => Form/Table

      OR could you write something in your select to define in which view the result has to be.

      Thank you very much for your great product!

      I'm using the Ulimate at home and at the office.

    • #32147
      peterlaursen
      Participant

      There is no such setting. Is it really a problem to click once on an icon?

      And obviously it cannot be specified in SQL (SELECT or whatever). SQL is executed by the server and the server has no idea of GRID or FROM view.

    • #32148
      Roland DG
      Member
      'peterlaursen' wrote:

      There is no such setting. Is it really a problem to click once on an icon?

      And obviously it cannot be specified in SQL (SELECT or whatever). SQL is executed by the server and the server has no idea of GRID or FROM view.

      It is not hard to click on the icon, but if you do the following:

      set global sql_slave_skip_counter = 1; start slave; show slave status; and you have 30 errors you have to click that button many times 🙂

      I don't know how difficult it is to make this a preference setting.

    • #32149
      peterlaursen
      Participant

      OK .. lets check this example. But after the weekend only probably (due to Easter holidays).

      It is not difficult to add such setting. The concern is only to avoid too many settings.

    • #32150
      Roland DG
      Member
      'peterlaursen' wrote:

      OK .. lets check this example. But after the weekend only probably (due to Easter holidays).

      It is not difficult to add such setting. The concern is only to avoid too many settings.

      Ok thank you very much for your time!

    • #32151
      Roland DG
      Member

      Any news regarding my request?

      Thanks

    • #32152
      peterlaursen
      Participant

      We will consider this in this context: http://code.google.com/p/sqlyog/issues/detail?id=1649

    • #32153
      Roland DG
      Member
      'peterlaursen' wrote:

      We will consider this in this context: http://code.google.com/p/sqlyog/issues/detail?id=1649

      That would be a great solution, and that's what I actually meant by

      Quote:
      OR could you write something in your select to define in which view the result has to be.
Viewing 7 reply threads
  • You must be logged in to reply to this topic.