diff options
author | unknown <msvensson@neptunus.(none)> | 2006-02-18 16:18:51 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-02-18 16:18:51 +0100 |
commit | c8073e58c66a9415673763444c80ffdc849b6308 (patch) | |
tree | 9716f9a6ff6b8739dc9b99d8ee19e7798bcf19b2 /client/mysqlimport.c | |
parent | 96daffbbaf62da64fcfccffed6490c48b9fa7751 (diff) | |
download | mariadb-git-c8073e58c66a9415673763444c80ffdc849b6308.tar.gz |
Fix build failure
Diffstat (limited to 'client/mysqlimport.c')
-rw-r--r-- | client/mysqlimport.c | 2 |
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; } |