summaryrefslogtreecommitdiff
path: root/client/mysqlimport.c
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-02-18 16:18:51 +0100
committerunknown <msvensson@neptunus.(none)>2006-02-18 16:18:51 +0100
commitc8073e58c66a9415673763444c80ffdc849b6308 (patch)
tree9716f9a6ff6b8739dc9b99d8ee19e7798bcf19b2 /client/mysqlimport.c
parent96daffbbaf62da64fcfccffed6490c48b9fa7751 (diff)
downloadmariadb-git-c8073e58c66a9415673763444c80ffdc849b6308.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;
}