diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-03-29 18:17:17 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-03-29 18:17:17 +0000 |
commit | d4d1243d665aee61cde560468d72bb0ecfee3bd8 (patch) | |
tree | befb5ea17009dbbd5781303dad2c68cc6a8ee51e /Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h | |
parent | d8f38f5740abe258fbcf339c6a666415e67feb57 (diff) | |
download | sequelpro-d4d1243d665aee61cde560468d72bb0ecfee3bd8.tar.gz sequelpro-d4d1243d665aee61cde560468d72bb0ecfee3bd8.tar.bz2 sequelpro-d4d1243d665aee61cde560468d72bb0ecfee3bd8.zip |
• fixed several threading issues due to threading
- collection classes as NSMutableSet are NOT thread safe!
• further tiny speed improvements for navigator
Diffstat (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h')
-rw-r--r-- | Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h index bf5d4145..05078a60 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.h @@ -159,7 +159,7 @@ NSString *serverVersionString; NSMutableDictionary *structure; - NSMutableSet *allKeysofDbStructure; + NSMutableArray *allKeysofDbStructure; NSTimer *keepAliveTimer; double lastKeepAliveTime; |