summaryrefslogtreecommitdiff
path: root/client/mysqladmin.c
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-09-12 23:53:31 +0300
committerunknown <monty@hundin.mysql.fi>2001-09-12 23:53:31 +0300
commit76989cf55c016a9d8619f582f753444241a4d934 (patch)
tree51a09b9e3466647e4386ab24f3c9aa89ff7a93b9 /client/mysqladmin.c
parenta53e8ea0ac4f7d53297b7942febf04e02d8c3b54 (diff)
downloadmariadb-git-76989cf55c016a9d8619f582f753444241a4d934.tar.gz
OS2 patch
Docs/manual.texi: Updated section of how to change the socket file. Changelog for 3.23.43 include/merge.h: Fixed typo include/my_pthread.h: Fixed bug for WIN32 include/myisam.h: Fixed typo include/nisam.h: Fixed typo sql/handler.h: Fixed typo sql/sql_table.cc: Fixed typo sql/unireg.cc: F
Diffstat (limited to 'client/mysqladmin.c')
-rw-r--r--client/mysqladmin.c9
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},