Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up imports and fix 'Reverse Sort Order' when sorting connection ↵ | stuconnolly | 2010-03-31 | 1 | -2/+1 |
| | | | | favorites (Thanks Hans). | ||||
* | Bunch of improvements to the server process list viewer, including: | stuconnolly | 2010-03-25 | 1 | -3/+6 |
| | | | | | | | | | | - It is now a separate window like the console to enable monitoring. - It now uses the same window style as the console. - The ability to show or hide the process ID, column. This could possibly be enabled for some of the other columns as well, suggestions? - The ability to enable or disable the use of SHOW FULL PROCESSLIST or just SHOW PROCESSLIST. This implements most of the enhancements requested in issue #607, with the exception of the option to enable auto-refresh, which is still being worked on. | ||||
* | - New server processes panel, accessible via the 'Database' menu and ↵ | stuconnolly | 2009-11-12 | 1 | -0/+56 |
alt+cmd+P. Includes the ability to kill queries and connections as well as live filtering support and the ability to save all processes or the current filtered set to a file. Implements issue #458. - Reorganise 'Database' menu. - Give 'Flush Privileges' key equivalent of shift+cmd+F. |