MySQL 8.4.0
Source Code Documentation
caching_sha2_passwordopt-longopts.h
Go to the documentation of this file.
1/* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
2
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License, version 2.0,
5 as published by the Free Software Foundation.
6
7 This program is designed to work with certain software (including
8 but not limited to OpenSSL) that is licensed under separate terms,
9 as designated in a particular file or component or in included license
10 documentation. The authors of MySQL hereby grant you an additional
11 permission to link the program and your derivative works with the
12 separately licensed software that they have either included with
13 the program or referenced in the documentation.
14
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License, version 2.0, for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
23
24/**
25 @file include/caching_sha2_passwordopt-longopts.h
26*/
27
28{"server-public-key-path",
30 "File path to the server public RSA key in PEM format.",
33 nullptr,
34 GET_STR,
36 0,
37 0,
38 0,
39 nullptr,
40 0,
41 nullptr},
42 {"get-server-public-key",
43 0,
44 "Get server public key",
47 nullptr,
49 NO_ARG,
50 0,
51 0,
52 0,
53 nullptr,
54 0,
55 nullptr},
static char * opt_server_public_key
Definition: caching_sha2_passwordopt-vars.h:30
static bool opt_get_server_public_key
Definition: caching_sha2_passwordopt-vars.h:31
@ OPT_SERVER_PUBLIC_KEY
Definition: client_priv.h:167
@ REQUIRED_ARG
Definition: my_getopt.h:81
@ NO_ARG
Definition: my_getopt.h:81
#define GET_STR
Definition: my_getopt.h:52
#define GET_BOOL
Definition: my_getopt.h:45