diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-18 09:15:12 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-18 09:15:12 +0000 |
commit | 1ecd2ebc5c03bf369e0951923d966eecf04a2925 (patch) | |
tree | 6a762fd6fccbc29fd28a555e07a5ece125aeaa07 /Source/CMMCPConnection.h | |
parent | b54a768bc63b01475a79426ea519d22217a001c5 (diff) | |
download | sequelpro-1ecd2ebc5c03bf369e0951923d966eecf04a2925.tar.gz sequelpro-1ecd2ebc5c03bf369e0951923d966eecf04a2925.tar.bz2 sequelpro-1ecd2ebc5c03bf369e0951923d966eecf04a2925.zip |
• added to CMMCPConnection: observeValueForKeyPath:@"ConsoleEnableLogging"
- now [delegate willQueryString:] will only be called if user set ConsoleEnableLogging to YES (~8% faster)
--Note: this option to disable logging should be placed in the Import dialog with default = NO for importing as well
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r-- | Source/CMMCPConnection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h index 6d0b0811..26590d85 100644 --- a/Source/CMMCPConnection.h +++ b/Source/CMMCPConnection.h @@ -74,6 +74,7 @@ BOOL retryAllowed; BOOL delegateResponseToWillQueryString; + BOOL consoleLoggingEnabled; IMP willQueryStringPtr; |