From c8c91195ad32456400fc55377a33d466b6832ab3 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 9 Oct 2011 19:16:55 +0000 Subject: For some reason table creation on MySQL 4.0 servers doesn't like the engine/type being quoted. --- Source/SPServerSupport.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Source/SPServerSupport.h') diff --git a/Source/SPServerSupport.h b/Source/SPServerSupport.h index bf18a8e8..fd4535a2 100644 --- a/Source/SPServerSupport.h +++ b/Source/SPServerSupport.h @@ -71,6 +71,7 @@ BOOL supportsBlackholeStorageEngine; BOOL supportsArchiveStorageEngine; BOOL supportsCSVStorageEngine; + BOOL supportsQuotingEngineTypeInCreateSyntax; // Triggers BOOL supportsTriggers; @@ -213,6 +214,12 @@ */ @property (readonly) BOOL supportsIndexKeyBlockSize; +/** + * @property supportsQuotingEngineTypeInCreateSyntax Indicates whether the server supports quoting the engine + * type in the create syntax. + */ +@property (readonly) BOOL supportsQuotingEngineTypeInCreateSyntax; + - (id)initWithMajorVersion:(NSInteger)majorVersion minor:(NSInteger)minorVersion release:(NSInteger)releaseVersion; - (void)evaluate; -- cgit v1.2.3