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 | 7362e2b86ca7724fbd90dab8a2980fc6cb0b2d19 (patch) | |
tree | 9716f9a6ff6b8739dc9b99d8ee19e7798bcf19b2 /client/mysqlimport.c | |
parent | e326f4171a465138b79d04cbaf4b5cd1fc58d955 (diff) | |
download | mariadb-git-7362e2b86ca7724fbd90dab8a2980fc6cb0b2d19.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; } |