aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-11-12 23:44:09 +0000
committerstuconnolly <stuart02@gmail.com>2009-11-12 23:44:09 +0000
commita5af1bc73e296ff0b545310782a446259d896389 (patch)
tree82165af1afe69187bafd3e96c8b6e9bb41b4700b /Source/SPConstants.h
parent64010e52c3f4bcec585b7fb2494ccf38a481b5f6 (diff)
downloadsequelpro-a5af1bc73e296ff0b545310782a446259d896389.tar.gz
sequelpro-a5af1bc73e296ff0b545310782a446259d896389.tar.bz2
sequelpro-a5af1bc73e296ff0b545310782a446259d896389.zip
- New server processes panel, accessible via the 'Database' menu and 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.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index aafabd73..e42b11b7 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -58,7 +58,7 @@
#define MAIN_TOOLBAR_TABLE_RELATIONS @"SwitchToTableRelationsToolbarItemIdentifier"
#define MAIN_TOOLBAR_USER_MANAGER @"SwitchToUserManagerToolbarItemIdentifier"
-// View Modes
+// View modes
typedef enum {
SPStructureViewMode = 1,
SPContentViewMode = 2,
@@ -67,6 +67,10 @@ typedef enum {
SPQueryEditorViewMode = 5
} SPViewMode;
+// Kill mode constants
+extern NSString *SPKillProcessQueryMode;
+extern NSString *SPKillProcessConnectionMode;
+
// Preference key constants
// General Prefpane
extern NSString *SPDefaultFavorite;