mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merged in some changes made to MySQL clients by other
developers before pushing my_getopt. client/mysqladmin.c: Auto merged mysys/my_getopt.c: Auto merged sql/mysqld.cc: Auto merged client/client_priv.h: Merged in previous changes for new client_priv.h (my_getopt)
This commit is contained in:
@ -2894,7 +2894,9 @@ static struct option long_options[] = {
|
||||
{"socket", required_argument, 0, (int) OPT_SOCKET},
|
||||
{"sql-bin-update-same", no_argument, 0, (int) OPT_SQL_BIN_UPDATE_SAME},
|
||||
{"sql-mode", required_argument, 0, (int) OPT_SQL_MODE},
|
||||
#ifdef TO_BE_DONE
|
||||
#include "sslopt-longopts.h"
|
||||
#endif
|
||||
#ifdef __WIN__
|
||||
{"standalone", no_argument, 0, (int) OPT_STANDALONE},
|
||||
#endif
|
||||
@ -4083,8 +4085,10 @@ static void get_options(int argc,char **argv)
|
||||
strmake(mysql_charsets_dir, optarg, sizeof(mysql_charsets_dir)-1);
|
||||
charsets_dir = mysql_charsets_dir;
|
||||
break;
|
||||
#ifdef TO_BE_DONE
|
||||
#include "sslopt-case.h"
|
||||
case OPT_DES_KEY_FILE:
|
||||
#endif
|
||||
#ifdef HAVE_OPENSSL
|
||||
des_key_file=optarg;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user