diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-08 18:59:17 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-08 18:59:17 +0000 |
commit | deea4b3347eed9d145bffcb0baf75544f99b6f14 (patch) | |
tree | 75b52b60f51deeda5a35c9e543b29c97aa072bc0 /Source/SPServerSupport.h | |
parent | 76727f8d0e39fcdf1bdfc3bdccb7887265c2f615 (diff) | |
download | sequelpro-deea4b3347eed9d145bffcb0baf75544f99b6f14.tar.gz sequelpro-deea4b3347eed9d145bffcb0baf75544f99b6f14.tar.bz2 sequelpro-deea4b3347eed9d145bffcb0baf75544f99b6f14.zip |
Add support for adding SPATIAL indexes on MyISAM tables. Also, update Localizable.strings.
Diffstat (limited to 'Source/SPServerSupport.h')
-rw-r--r-- | Source/SPServerSupport.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPServerSupport.h b/Source/SPServerSupport.h index b1afc5cd..fc16b426 100644 --- a/Source/SPServerSupport.h +++ b/Source/SPServerSupport.h @@ -50,6 +50,7 @@ // General BOOL supportsInformationSchema; + BOOL supportsSpatialExtensions; // Encoding BOOL supportsShowCharacterSet; @@ -123,6 +124,11 @@ @property (readonly) BOOL supportsInformationSchema; /** + * @property supportsSpatialExtensions Indicates if the server supports spatial extensions + */ +@property (readonly) BOOL supportsSpatialExtensions; + +/** * @property supportsShowCharacterSet Indicates if the server supports the SHOW CHARACTER SET statement */ @property (readonly) BOOL supportsShowCharacterSet; |