summaryrefslogtreecommitdiff
path: root/client/mysqlimport.c
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-08-29 12:31:01 +0300
committermonty@donna.mysql.com <>2000-08-29 12:31:01 +0300
commit066d55c0c09d589d17bf466682134af50cb59e14 (patch)
tree8c9e3c031400ac400edcf6561fe51f4bdbd69369 /client/mysqlimport.c
parentd564acf14eb07cefedf0218c90fd109c61dc6e2f (diff)
downloadmariadb-git-066d55c0c09d589d17bf466682134af50cb59e14.tar.gz
Bug fixes for 3.23.23
Diffstat (limited to 'client/mysqlimport.c')
-rw-r--r--client/mysqlimport.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/mysqlimport.c b/client/mysqlimport.c
index 0a69f18c176..596b68591b7 100644
--- a/client/mysqlimport.c
+++ b/client/mysqlimport.c
@@ -25,7 +25,7 @@
** * *
** *************************
*/
-#define IMPORT_VERSION "2.3"
+#define IMPORT_VERSION "2.4"
#include <global.h>
#include <my_sys.h>
@@ -514,7 +514,6 @@ int main(int argc, char **argv)
exitcode = error;
db_disconnect(current_host, sock);
my_free(password,MYF(MY_ALLOW_ZERO_PTR));
- my_free(current_user,MYF(MY_ALLOW_ZERO_PTR));
free_defaults(argv_to_free);
my_end(0);
return(exitcode);