aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseDocument.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-03-14 22:07:03 +0000
committerrowanbeentje <rowan@beent.je>2012-03-14 22:07:03 +0000
commit76a070a62a076481dddfb5e5a7d8ca6de5ea64a4 (patch)
tree934026a83581bc4f78f6a0c6d5f4815adf082576 /Source/SPDatabaseDocument.m
parenta9f95273a69035e6be8249a42322350df695870f (diff)
downloadsequelpro-76a070a62a076481dddfb5e5a7d8ca6de5ea64a4.tar.gz
sequelpro-76a070a62a076481dddfb5e5a7d8ca6de5ea64a4.tar.bz2
sequelpro-76a070a62a076481dddfb5e5a7d8ca6de5ea64a4.zip
More bugfixes to the SPMySQL integration branch:
- Fix background database structure checks throwing exceptions at the end of certain table operations - Fix incorrect timer access/overrelease when closing a SPNarrowDownCompletion window when database structure fetching is active
Diffstat (limited to 'Source/SPDatabaseDocument.m')
-rw-r--r--Source/SPDatabaseDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m
index c8154c7f..ac6d4dda 100644
--- a/Source/SPDatabaseDocument.m
+++ b/Source/SPDatabaseDocument.m
@@ -929,7 +929,7 @@ static NSString *SPCreateSyntx = @"SPCreateSyntax";
[self _addDatabase];
// Query the structure of all databases in the background (mainly for completion)
- [NSThread detachNewThreadSelector:@selector(queryDbStructureWithUserInfo:) toTarget:mySQLConnection withObject:[NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:YES], @"forceUpdate", nil]];
+ [NSThread detachNewThreadSelector:@selector(queryDbStructureWithUserInfo:) toTarget:databaseStructureRetrieval withObject:[NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:YES], @"forceUpdate", nil]];
} else {
// reset chooseDatabaseButton