diff options
author | monty@hundin.mysql.fi <> | 2001-09-12 23:53:31 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-12 23:53:31 +0300 |
commit | 7a1998780596ac62b8fa50a98cc90e1a797da0c9 (patch) | |
tree | 51a09b9e3466647e4386ab24f3c9aa89ff7a93b9 /client/mysqladmin.c | |
parent | 46f944f4a43612ec75df32737625a95d01e751e8 (diff) | |
download | mariadb-git-7a1998780596ac62b8fa50a98cc90e1a797da0c9.tar.gz |
OS2 patch
Diffstat (limited to 'client/mysqladmin.c')
-rw-r--r-- | client/mysqladmin.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/client/mysqladmin.c b/client/mysqladmin.c index e95d6492949..ca568a914f2 100644 --- a/client/mysqladmin.c +++ b/client/mysqladmin.c @@ -17,13 +17,8 @@ /* maintaince of mysql databases */ -#include <global.h> -#include <my_sys.h> -#include <m_string.h> +#include "client_priv.h" #include <signal.h> -#include "mysql.h" -#include "errmsg.h" -#include <getopt.h> #ifdef THREAD #include <my_pthread.h> /* because of signal() */ #endif @@ -102,8 +97,6 @@ static const char *command_names[]= { static TYPELIB command_typelib= { array_elements(command_names)-1,"commands", command_names}; -enum options { OPT_CHARSETS_DIR=256 }; - static struct option long_options[] = { {"compress", no_argument, 0, 'C'}, {"character-sets-dir", required_argument, 0, OPT_CHARSETS_DIR}, |