Skip to content

Commit 46620c4

Browse files
author
msvensson@neptunus.(none)
committed
Merge bk-internal:/home/bk/mysql-5.1-new
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
2 parents d6a3661 + e592227 commit 46620c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/mysqlimport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ pthread_handler_t worker_thread(void *arg)
539539
pthread_mutex_lock(&counter_mutex);
540540
counter--;
541541
pthread_mutex_unlock(&counter_mutex);
542-
return error;
542+
return 0;
543543
}
544544

545545

0 commit comments

Comments
 (0)