diff options
author | jani@hynda.(none) <> | 2002-05-22 23:54:24 +0300 |
---|---|---|
committer | jani@hynda.(none) <> | 2002-05-22 23:54:24 +0300 |
commit | a5ec0a90ead69f16771ae9fc43d429c33ee54129 (patch) | |
tree | c01334461ba2741cbb5763ef8029cae9ea298d25 /client/mysqlshow.c | |
parent | c6b21b93dd966a9a54fa9523e54f5944fe0fc008 (diff) | |
download | mariadb-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/mysqlshow.c')
-rw-r--r-- | client/mysqlshow.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/mysqlshow.c b/client/mysqlshow.c index c89995ddb8d..74a41e69b1f 100644 --- a/client/mysqlshow.c +++ b/client/mysqlshow.c @@ -16,7 +16,7 @@ /* Show databases, tables or columns */ -#define SHOW_VERSION "9.2" +#define SHOW_VERSION "9.3" #include <my_global.h> #include "client_priv.h" @@ -27,7 +27,6 @@ #include "mysqld_error.h" #include <signal.h> #include <stdarg.h> -#include <my_getopt.h> #include "sslopt-vars.h" static my_string host=0,opt_password=0,user=0; |