aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-03-17 18:14:59 +0000
committerstuconnolly <stuart02@gmail.com>2012-03-17 18:14:59 +0000
commit8244c7c382113ce3fedc331f7901c1afa712134b (patch)
treea19a46d80942c6441fab0b3a4255d74ec01043d1 /Source/SPConstants.h
parente26e22d9d6a6641cfc0a35e8ae31c12aee8bea5b (diff)
downloadsequelpro-8244c7c382113ce3fedc331f7901c1afa712134b.tar.gz
sequelpro-8244c7c382113ce3fedc331f7901c1afa712134b.tar.bz2
sequelpro-8244c7c382113ce3fedc331f7901c1afa712134b.zip
Add constants for MySQL 'system' databases.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 342cc056..4b2d87a3 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -235,6 +235,11 @@ extern NSString *SPKillProcessConnectionMode;
// Default monospaced font name
extern NSString *SPDefaultMonospacedFontName;
+// System database names
+extern NSString *SPMySQLDatabase;
+extern NSString *SPMySQLInformationSchemaDatabase;
+extern NSString *SPMySQLPerformanceSchemaDatabase;
+
// Table view drag types
extern NSString *SPDefaultPasteboardDragType;
extern NSString *SPFavoritesPasteboardDragType;
@@ -571,7 +576,7 @@ extern const NSInteger SPBundleRedirectActionShowAsTextTooltip;
extern const NSInteger SPBundleRedirectActionShowAsHTMLTooltip;
extern const NSInteger SPBundleRedirectActionLastCode;
-// sequel URL scheme
+// URL scheme
extern NSString *SPURLSchemeQueryInputPathHeader;
extern NSString *SPURLSchemeQueryResultPathHeader;
extern NSString *SPURLSchemeQueryResultStatusPathHeader;