summaryrefslogtreecommitdiff
path: root/client/mysqlimport.c
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-02-18 16:18:51 +0100
committermsvensson@neptunus.(none) <>2006-02-18 16:18:51 +0100
commite592227529615d3f745f2a0d3a574bb93011bf39 (patch)
tree9716f9a6ff6b8739dc9b99d8ee19e7798bcf19b2 /client/mysqlimport.c
parentb2a13dd760d844443b7aa86e8c35be3f7033b9f1 (diff)
downloadmariadb-git-e592227529615d3f745f2a0d3a574bb93011bf39.tar.gz
Fix build failure
Diffstat (limited to 'client/mysqlimport.c')
-rw-r--r--client/mysqlimport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlimport.c b/client/mysqlimport.c
index 5a3e017399b..df36a9f0c00 100644
--- a/client/mysqlimport.c
+++ b/client/mysqlimport.c
@@ -539,7 +539,7 @@ error:
pthread_mutex_lock(&counter_mutex);
counter--;
pthread_mutex_unlock(&counter_mutex);
- return error;
+ return 0;
}