From 45f976576a6fb08b575822b85ef4ede8ba2e775d Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 24 May 2002 14:06:58 +0300 Subject: Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash, mysqlmanager from using GNU getopt to use my_getopt. Changed some files that just included old getopt.h to include my_getopt.h now. Fixed a bug in my_print_help() in my_getopt.c. Made better documentation for option -G in mysql client. client/mysql.cc: Documented --named-commands better. myisam/ft_dump.c: Changed getopt to my_getopt. myisam/ft_eval.c: Changed getopt to my_getopt. myisam/ft_test1.c: Changed getopt to my_getopt. myisam/mi_check.c: getopt.h -> my_getopt.h myisam/mi_test1.c: Changed getopt to my_getopt. myisam/myisampack.c: Changed getopt to my_getopt. mysys/my_getopt.c: Fixed a bug when printing help for option that didn't have a description. sql/gen_lex_hash.cc: Changed getopt to my_getopt. tools/mysqlmanager.c: Changed getopt to my_getopt. vio/test-ssl.c: getopt.h -> my_getopt.h vio/test-sslclient.c: getopt.h -> my_getopt.h vio/test-sslserver.c: getopt.h -> my_getopt.h vio/viotest-ssl.c: getopt.h -> my_getopt.h BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted --- vio/test-ssl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vio/test-ssl.c') diff --git a/vio/test-ssl.c b/vio/test-ssl.c index 09dae7ad5cf..9fdab86e9b9 100644 --- a/vio/test-ssl.c +++ b/vio/test-ssl.c @@ -25,11 +25,11 @@ #ifndef __GNU_LIBRARY__ #define __GNU_LIBRARY__ // Skip warnings in getopt.h #endif -#include +#include #include #include -const char *VER="0.1"; +const char *VER="0.2"; #ifndef DBUG_OFF -- cgit v1.2.1