|
17 | 17 |
|
18 | 18 | #include "client/check/mysqlcheck.h" |
19 | 19 |
|
20 | | -#include <caching_sha2_passwordopt-vars.h> |
21 | | -#include <m_ctype.h> |
22 | 20 | #include <mysql_version.h> |
23 | 21 | #include <mysqld_error.h> |
24 | | -#include <sslopt-vars.h> |
25 | 22 | #include <stdlib.h> |
26 | | -#include <welcome_copyright_notice.h> /* ORACLE_WELCOME_COPYRIGHT_NOTICE */ |
27 | 23 |
|
| 24 | +#include "caching_sha2_passwordopt-vars.h" |
28 | 25 | #include "client/client_priv.h" |
| 26 | +#include "m_ctype.h" |
29 | 27 | #include "my_dbug.h" |
30 | 28 | #include "my_default.h" |
31 | 29 | #include "my_inttypes.h" |
32 | 30 | #include "my_macros.h" |
33 | 31 | #include "mysql/service_mysql_alloc.h" |
34 | 32 | #include "print_version.h" |
| 33 | +#include "sslopt-vars.h" |
35 | 34 | #include "typelib.h" |
| 35 | +#include "welcome_copyright_notice.h" /* ORACLE_WELCOME_COPYRIGHT_NOTICE */ |
36 | 36 |
|
37 | 37 | using namespace Mysql::Tools::Check; |
38 | 38 | using std::string; |
@@ -196,8 +196,8 @@ static struct my_option my_long_options[] = |
196 | 196 | {"socket", 'S', "The socket file to use for connection.", |
197 | 197 | &opt_mysql_unix_port, &opt_mysql_unix_port, 0, GET_STR, |
198 | 198 | REQUIRED_ARG, 0, 0, 0, 0, 0, 0}, |
199 | | -#include <caching_sha2_passwordopt-longopts.h> |
200 | | -#include <sslopt-longopts.h> |
| 199 | +#include "caching_sha2_passwordopt-longopts.h" |
| 200 | +#include "sslopt-longopts.h" |
201 | 201 |
|
202 | 202 | {"tables", OPT_TABLES, "Overrides option --databases (-B).", 0, 0, 0, |
203 | 203 | GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, |
@@ -314,7 +314,7 @@ get_one_option(int optid, const struct my_option *opt, |
314 | 314 | DBUG_PUSH(argument ? argument : "d:t:o"); |
315 | 315 | debug_check_flag= 1; |
316 | 316 | break; |
317 | | -#include <sslopt-case.h> |
| 317 | +#include "sslopt-case.h" |
318 | 318 |
|
319 | 319 | case OPT_TABLES: |
320 | 320 | opt_databases = 0; |
|
0 commit comments