From 30ffc7c4d6158e1210b2463dddb62e627ca410db Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 2 Jan 2015 16:17:22 +0100 Subject: Some internal addtions for mysql event support (Also deduplicated some code) --- Source/SPServerSupport.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Source/SPServerSupport.h') diff --git a/Source/SPServerSupport.h b/Source/SPServerSupport.h index 55b8a6ad..e8b8a613 100644 --- a/Source/SPServerSupport.h +++ b/Source/SPServerSupport.h @@ -85,6 +85,9 @@ // Indexes BOOL supportsIndexKeyBlockSize; + + // Events + BOOL supportsEvents; // Data types BOOL supportsFractionalSeconds; @@ -229,6 +232,11 @@ */ @property (readonly) BOOL supportsTriggers; +/** +* @property supportsEvents Indicates if the server supports scheduled events +*/ +@property (readonly) BOOL supportsEvents; + /** * @property supportsIndexKeyBlockSize Indicates if the server supports specifying an index's key block size */ -- cgit v1.2.3