summaryrefslogtreecommitdiff
path: root/client/mysqladmin.c
diff options
context:
space:
mode:
authorunknown <jani@hynda.(none)>2002-05-22 23:54:24 +0300
committerunknown <jani@hynda.(none)>2002-05-22 23:54:24 +0300
commit2276e8aeb845f5186f48925ae4e6c1e80ff529a8 (patch)
treec01334461ba2741cbb5763ef8029cae9ea298d25 /client/mysqladmin.c
parent4d6819171d7e8f2ed8a5bea7acc45669f5953b7e (diff)
downloadmariadb-git-2276e8aeb845f5186f48925ae4e6c1e80ff529a8.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. client/client_priv.h: getopt -> my_getopt client/mysql.cc: moved my_getopt.h under client_priv.h client/mysqladmin.c: moved my_getopt.h under client_priv.h client/mysqlbinlog.cc: moved my_getopt.h under client_priv.h client/mysqlcheck.c: moved my_getopt.h under client_priv.h client/mysqldump.c: moved my_getopt.h under client_priv.h client/mysqlimport.c: moved my_getopt.h under client_priv.h client/mysqlshow.c: moved my_getopt.h under client_priv.h extra/my_print_defaults.c: Changed from getopt to use my_getopt extra/mysql_install.c: Changed from getopt to use my_getopt extra/perror.c: Changed from getopt to use my_getopt extra/resolve_stack_dump.c: Changed from getopt to use my_getopt extra/resolveip.c: Changed from getopt to use my_getopt fs/mysqlcorbafs.c: Left reminder about my_getopt when this program is ready. Currently it's not being compiled. isam/pack_isam.c: Changed from getopt to use my_getopt
Diffstat (limited to 'client/mysqladmin.c')
-rw-r--r--client/mysqladmin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/mysqladmin.c b/client/mysqladmin.c
index 2359c7c54c5..6fa8e8220f4 100644
--- a/client/mysqladmin.c
+++ b/client/mysqladmin.c
@@ -19,12 +19,11 @@
#include "client_priv.h"
#include <signal.h>
-#include <my_getopt.h>
#ifdef THREAD
#include <my_pthread.h> /* because of signal() */
#endif
-#define ADMIN_VERSION "8.32"
+#define ADMIN_VERSION "8.34"
#define MAX_MYSQL_VAR 64
#define SHUTDOWN_DEF_TIMEOUT 3600 /* Wait for shutdown */
#define MAX_TRUNC_LENGTH 3