diff options
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r-- | Source/CMMCPConnection.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h index f0505956..6d0b0811 100644 --- a/Source/CMMCPConnection.h +++ b/Source/CMMCPConnection.h @@ -59,7 +59,7 @@ BOOL useKeepAlive; float keepAliveInterval; - float lastQueryExecutionTime; + int lastQueryExecutionTime; NSString *lastQueryErrorMessage; unsigned int lastQueryErrorId; my_ulonglong lastQueryAffectedRows; @@ -75,6 +75,8 @@ BOOL delegateResponseToWillQueryString; + IMP willQueryStringPtr; + } - (id) init; |