diff options
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 7 |
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; |