aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMMCPConnection.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-06-17 21:59:45 +0000
committerBibiko <bibiko@eva.mpg.de>2009-06-17 21:59:45 +0000
commite1af7c62ee26b33be9ced00561bda8873ada8fc6 (patch)
tree49b41d341b05fa10d0e3ea5a5c41ddc7d915fe95 /Source/CMMCPConnection.h
parent5363acf332619a5fc823ff126363a0b030373f35 (diff)
downloadsequelpro-e1af7c62ee26b33be9ced00561bda8873ada8fc6.tar.gz
sequelpro-e1af7c62ee26b33be9ced00561bda8873ada8fc6.tar.bz2
sequelpro-e1af7c62ee26b33be9ced00561bda8873ada8fc6.zip
• some improvement to speed up queryString:
- caching of delegate && respondsToSelector - use clock() to calculate query's execution time • converting to cString: if utf8 encoding make usage of UTF8String • added to StringAddition to display µs for a timeIntervall
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r--Source/CMMCPConnection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h
index f69c3069..f0505956 100644
--- a/Source/CMMCPConnection.h
+++ b/Source/CMMCPConnection.h
@@ -72,6 +72,9 @@
NSDate *lastKeepAliveSuccess;
BOOL retryAllowed;
+
+ BOOL delegateResponseToWillQueryString;
+
}
- (id) init;