summaryrefslogtreecommitdiff
path: root/client/mysqlimport.c
diff options
context:
space:
mode:
authorjani@hynda.(none) <>2002-05-22 23:54:24 +0300
committerjani@hynda.(none) <>2002-05-22 23:54:24 +0300
commita5ec0a90ead69f16771ae9fc43d429c33ee54129 (patch)
treec01334461ba2741cbb5763ef8029cae9ea298d25 /client/mysqlimport.c
parentc6b21b93dd966a9a54fa9523e54f5944fe0fc008 (diff)
downloadmariadb-git-a5ec0a90ead69f16771ae9fc43d429c33ee54129.tar.gz
moved my_getopt.h under client_priv.h
Changed my_print_defaults, mysql_install, perror, resolve_stack_dump, resolveip and pack_isam to use my_getopt.
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 af12b8dafc5..bc7860a052d 100644
--- a/client/mysqlimport.c
+++ b/client/mysqlimport.c
@@ -25,11 +25,10 @@
** * *
** *************************
*/
-#define IMPORT_VERSION "3.2"
+#define IMPORT_VERSION "3.3"
#include "client_priv.h"
#include "mysql_version.h"
-#include <my_getopt.h>
static void db_error_with_table(MYSQL *mysql, char *table);
static void db_error(MYSQL *mysql);