forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Feature Request: Default Form View
- This topic is empty.
-
AuthorPosts
-
-
April 21, 2011 at 10:16 am #12310
Roland DG
MemberDear,
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.
-
April 21, 2011 at 12:24 pm #32147
peterlaursen
ParticipantThere 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.
-
April 21, 2011 at 1:01 pm #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.
-
April 21, 2011 at 1:53 pm #32149
peterlaursen
ParticipantOK .. 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.
-
April 26, 2011 at 11:44 am #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!
-
May 16, 2011 at 1:26 pm #32151
Roland DG
MemberAny news regarding my request?
Thanks
-
June 10, 2011 at 6:34 pm #32152
peterlaursen
ParticipantWe will consider this in this context: http://code.google.com/p/sqlyog/issues/detail?id=1649
-
June 20, 2011 at 9:39 am #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.
-
-
AuthorPosts
- You must be logged in to reply to this topic.