aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPServerSupport.h
diff options
context:
space:
mode:
authordmoagx <post@wickenrode.com>2013-03-07 19:46:08 +0000
committerdmoagx <post@wickenrode.com>2013-03-07 19:46:08 +0000
commitc51d93d760b6ad47ac4256bdf564688cb9a5d2f8 (patch)
tree62f2d2793e7a46281d30c5f44218617bfbf4b59e /Source/SPServerSupport.h
parent2a7c3296a7186558446d136d4c87633126561371 (diff)
downloadsequelpro-c51d93d760b6ad47ac4256bdf564688cb9a5d2f8.tar.gz
sequelpro-c51d93d760b6ad47ac4256bdf564688cb9a5d2f8.tar.bz2
sequelpro-c51d93d760b6ad47ac4256bdf564688cb9a5d2f8.zip
* Add support for querying MySQL 4 for collations
Diffstat (limited to 'Source/SPServerSupport.h')
-rw-r--r--Source/SPServerSupport.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPServerSupport.h b/Source/SPServerSupport.h
index 93d0b591..2f562177 100644
--- a/Source/SPServerSupport.h
+++ b/Source/SPServerSupport.h
@@ -61,6 +61,7 @@
// Encoding
BOOL supportsShowCharacterSet;
+ BOOL supportsShowCollation;
BOOL supportsCharacterSetDatabaseVar;
BOOL supportsPost41CharacterSetHandling;
@@ -144,6 +145,11 @@
@property (readonly) BOOL supportsShowCharacterSet;
/**
+ * @property supportsShowCollation Indicates if the server supports the SHOW COLLATION statement
+ */
+@property (readonly) BOOL supportsShowCollation;
+
+/**
* @property supportsCharacterSetDatabaseVar Indicates if the server supports the 'character_set_database'
* variable.
*/