aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-01-11 21:21:41 +0000
committerBibiko <bibiko@eva.mpg.de>2010-01-11 21:21:41 +0000
commit68bc7f791adc43728e09ea2c4744c129b96d66af (patch)
tree5298dfd03183ab95c68bcfa5e0283f52b313f152 /Frameworks
parent3381e9f906edc5c1bfd6ed14fba8f9aa689848b7 (diff)
downloadsequelpro-68bc7f791adc43728e09ea2c4744c129b96d66af.tar.gz
sequelpro-68bc7f791adc43728e09ea2c4744c129b96d66af.tar.bz2
sequelpro-68bc7f791adc43728e09ea2c4744c129b96d66af.zip
• further developments for the F5 completion
Note: not yet finished!
Diffstat (limited to 'Frameworks')
-rw-r--r--Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m
index a8655375..7cb10674 100644
--- a/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m
+++ b/Frameworks/MCPKit/MCPFoundationKit/MCPConnection.m
@@ -1812,7 +1812,7 @@ void performThreadedKeepAlive(void *ptr)
- (void)queryDbStructure
{
- return;
+ // return;
if (!isQueryingDbStructure && [self serverMajorVersion] >= 5) {
@@ -1915,7 +1915,6 @@ void performThreadedKeepAlive(void *ptr)
theDbStructure = [[NSDictionary dictionaryWithDictionary:structure] retain];
isQueryingDbStructure = NO;
return;
-
}
mysql_close(structConnection);
isQueryingDbStructure = NO;