diff options
author | stuconnolly <stuart02@gmail.com> | 2010-03-25 22:16:56 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-03-25 22:16:56 +0000 |
commit | 90002d731b137988e4462374e35220db86731086 (patch) | |
tree | d92bb03c60379672eccf7a89f7d5b2e405dd2896 /Source/SPConstants.m | |
parent | fa5f69379821283787e66405c7a6bd43dc16a71e (diff) | |
download | sequelpro-90002d731b137988e4462374e35220db86731086.tar.gz sequelpro-90002d731b137988e4462374e35220db86731086.tar.bz2 sequelpro-90002d731b137988e4462374e35220db86731086.zip |
Bunch of improvements to the server process list viewer, including:
- 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.
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 35b0a173..f0df9dac 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -128,6 +128,8 @@ NSString *SPConsoleShowConnections = @"ConsoleShowConnections"; NSString *SPEditInSheetEnabled = @"EditInSheetEnabled"; NSString *SPTableInformationPanelCollapsed = @"TableInformationPanelCollapsed"; NSString *SPTableColumnWidths = @"tableColumnWidths"; +NSString *SPProcessListShowProcessID = @"ProcessListShowProcessID"; +NSString *SPProcessListShowFullProcessList = @"ProcessListShowFullProcessList"; // Hidden Prefs NSString *SPPrintWarningRowLimit = @"PrintWarningRowLimit"; |