From 68eeb66eae2cc4d7dc1dcec7b12afc8391558b67 Mon Sep 17 00:00:00 2001 From: dmoagx Date: Wed, 3 Oct 2012 15:24:45 +0000 Subject: * Rename latin1_german_ci to latin1_german1_ci (checking with mysql3.23 sources and mysql doc that seems to have always been it's name?) #1476 --- Source/SPDataImport.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPDataImport.m') diff --git a/Source/SPDataImport.m b/Source/SPDataImport.m index 25d60ee8..3a2f3004 100644 --- a/Source/SPDataImport.m +++ b/Source/SPDataImport.m @@ -1714,6 +1714,7 @@ */ - (void)_importBackgroundProcess:(NSString *)filename { + [[NSThread currentThread] setName:@"Sequel Pro Background Importer"]; NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSString *fileType = [[importFormatPopup selectedItem] title]; -- cgit v1.2.3