aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-04-24 17:10:55 +0000
committerstuconnolly <stuart02@gmail.com>2010-04-24 17:10:55 +0000
commit452e5fb8e8fd1f22be98b26ece0010af09fb3d7d (patch)
tree019ae19dd3395ea09e09e450393824a7204871b6 /Source/SPConstants.m
parentf8bfc9ff86a6b36de1f1223cf69cc82573f75bce (diff)
downloadsequelpro-452e5fb8e8fd1f22be98b26ece0010af09fb3d7d.tar.gz
sequelpro-452e5fb8e8fd1f22be98b26ece0010af09fb3d7d.tar.bz2
sequelpro-452e5fb8e8fd1f22be98b26ece0010af09fb3d7d.zip
Bunch of improvements to the serve processes panel, including:
- MCPKit's listProcesses (mysql_list_processes) method is now used, instead of running the query ourselves. - The ability to set whether or not the list is auto refreshed. - The ability to set the autorefresh interval, either via the presets or by entering a custom value (the interface for this might need updating). - Get the process list is now performed on a background thread. This completes the implementation of issue #607.
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index 11d3a5fe..3f5bf15a 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -129,7 +129,8 @@ NSString *SPEditInSheetEnabled = @"EditInSheetEnabled";
NSString *SPTableInformationPanelCollapsed = @"TableInformationPanelCollapsed";
NSString *SPTableColumnWidths = @"tableColumnWidths";
NSString *SPProcessListShowProcessID = @"ProcessListShowProcessID";
-NSString *SPProcessListShowFullProcessList = @"ProcessListShowFullProcessList";
+NSString *SPProcessListEnableAutoRefresh = @"ProcessListEnableAutoRefresh";
+NSString *SPProcessListAutoRrefreshInterval = @"ProcessListAutoRrefreshInterval";
NSString *SPFavoritesSortedBy = @"FavoritesSortedBy";
NSString *SPFavoritesSortedInReverse = @"FavoritesSortedInReverse";