Home
last modified time | relevance | path

Searched refs:opt_remove_host (Results 1 – 12 of 12) sorted by relevance

/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc66 opt_remove_host, opt_remove_pass, opt_remove_user, variable
167 &opt_remove_host, &opt_remove_host, 0, GET_BOOL, NO_ARG, 0, 0, 0,
949 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user in remove_options()
962 if (opt_remove_host) in remove_options()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc66 opt_remove_host, opt_remove_pass, opt_remove_user, variable
167 &opt_remove_host, &opt_remove_host, 0, GET_BOOL, NO_ARG, 0, 0, 0,
949 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user in remove_options()
962 if (opt_remove_host) in remove_options()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc66 opt_remove_host, opt_remove_pass, opt_remove_user, variable
167 &opt_remove_host, &opt_remove_host, 0, GET_BOOL, NO_ARG, 0, 0, 0,
949 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user in remove_options()
962 if (opt_remove_host) in remove_options()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc66 opt_remove_host, opt_remove_pass, opt_remove_user, variable
170 &opt_remove_host, &opt_remove_host, 0, GET_BOOL, NO_ARG, 0, 0, 0,
954 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user in remove_options()
967 if (opt_remove_host) in remove_options()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/
H A Dmysql_config_editor.cc66 opt_remove_host, opt_remove_pass, opt_remove_user, variable
170 &opt_remove_host, &opt_remove_host, 0, GET_BOOL, NO_ARG, 0, 0, 0,
954 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user in remove_options()
967 if (opt_remove_host) in remove_options()
/dports/databases/percona57-server/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc66 opt_remove_host, opt_remove_pass, opt_remove_user, variable
170 &opt_remove_host, &opt_remove_host, 0, GET_BOOL, NO_ARG, 0, 0, 0,
954 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user in remove_options()
967 if (opt_remove_host) in remove_options()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/
H A Dmysql_config_editor.cc66 opt_remove_host, opt_remove_pass, opt_remove_user, variable
170 &opt_remove_host, &opt_remove_host, 0, GET_BOOL, NO_ARG, 0, 0, 0,
954 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user in remove_options()
967 if (opt_remove_host) in remove_options()
/dports/databases/percona57-client/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc66 opt_remove_host, opt_remove_pass, opt_remove_user, variable
170 &opt_remove_host, &opt_remove_host, 0, GET_BOOL, NO_ARG, 0, 0, 0,
954 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user in remove_options()
967 if (opt_remove_host) in remove_options()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysql_config_editor.cc66 opt_remove_host, opt_remove_pass, opt_remove_user, variable
167 &opt_remove_host, &opt_remove_host, 0, GET_BOOL, NO_ARG, 0, 0, 0,
949 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user in remove_options()
962 if (opt_remove_host) in remove_options()
/dports/databases/mysql57-client/mysql-5.7.36/client/
H A Dmysql_config_editor.cc66 opt_remove_host, opt_remove_pass, opt_remove_user, variable
170 &opt_remove_host, &opt_remove_host, 0, GET_BOOL, NO_ARG, 0, 0, 0,
954 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user in remove_options()
967 if (opt_remove_host) in remove_options()
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dmysql_config_editor.cc66 opt_remove_host, opt_remove_pass, opt_remove_user, variable
167 &opt_remove_host, &opt_remove_host, 0, GET_BOOL, NO_ARG, 0, 0, 0,
949 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user in remove_options()
962 if (opt_remove_host) in remove_options()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/
H A Dmysql_config_editor.cc79 tty_password = false, opt_warn, opt_remove_host, opt_remove_pass, variable
186 {"host", 'h', "Remove host name from the login path.", &opt_remove_host,
187 &opt_remove_host, nullptr, GET_BOOL, NO_ARG, 0, 0, 0, nullptr, 0, nullptr},
843 if (!opt_remove_host && !opt_remove_pass && !opt_remove_user && in remove_options()
853 if (opt_remove_host) remove_option(file_buf, path_name, "host"); in remove_options()