webyog / sqlyog-community

Webyog provides monitoring and management tools for open source relational databases. We develop easy-to-use MySQL client tools for performance tuning and database management. Webyog's solutions include SQL Diagnostic Manager for MySQL performance optimization and SQLyog for MySQL administration. More than 35,000 companies (including Amazon, IBM, Salesforce, AT&T, eBay, and GE) and 2.5 million users rely on Webyog's solutions to provide valuable insights into their databases. Webyog is an Idera, Inc. company.
https://webyog.com/
GNU General Public License v2.0
2.21k stars 325 forks source link

SHOW .. #381

Open atulwy opened 9 years ago

atulwy commented 9 years ago

Original issue 380 created by webyog on 2007-09-23T15:24:15.000Z:

SQLyog "SHOW" menu executes only "Show variables" and "show status".

From version 5.x MySQL supports LOCAL and GLOBAL keywords for those. We should decide which (or both ?) we should support from the GUI.

Might be implemented like

SHOW /!50002 GLOBAL / STATUS (what MONyog does)

atulwy commented 9 years ago

Comment #1 originally posted by webyog on 2010-04-01T07:01:07.000Z:

<empty>

atulwy commented 9 years ago

Comment #2 originally posted by webyog on 2010-06-02T11:04:51.000Z:

The plan for 8.51 is we will avoid menus Show->Show status & Show variables. Instead we will add new menu item 'Show info' to objectbrowser server node context menu. When user select this The 'Info Tab' will be selected(it has Show Variables & Show status outputs)

atulwy commented 9 years ago

Comment #3 originally posted by webyog on 2010-11-13T19:54:30.000Z:

@nithin: you do not relate to GLOBAL versus SESSION ...

That is the point here! what user gets is SESSION .. what he expects is GLOBAL. We should give both options. How will you handle this?

atulwy commented 9 years ago

Comment #4 originally posted by webyog on 2010-11-13T19:54:40.000Z:

@nithin: you do not relate to GLOBAL versus SESSION ...

That is the point here! what user gets is SESSION .. what he expects is GLOBAL. We should give both options. How will you handle this?