Home
last modified time | relevance | path

Searched refs:mysql_options (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/dports/databases/mydumper/mydumper-0.11.3-2/
H A Dconnection.c39 mysql_options(conn, MYSQL_READ_DEFAULT_FILE, defaults_file); in configure_connection()
41 mysql_options(conn, MYSQL_READ_DEFAULT_GROUP, name); in configure_connection()
44 mysql_options(conn, MYSQL_OPT_COMPRESS, NULL); in configure_connection()
50 mysql_options(conn, MYSQL_OPT_SSL_MODE, &i); in configure_connection()
72 mysql_options(conn, MYSQL_OPT_SSL_MODE, &i); in configure_connection()
76 mysql_options(conn, MYSQL_OPT_SSL_KEY, key); in configure_connection()
79 mysql_options(conn, MYSQL_OPT_SSL_CERT, cert); in configure_connection()
82 mysql_options(conn, MYSQL_OPT_SSL_CA, ca); in configure_connection()
85 mysql_options(conn, MYSQL_OPT_SSL_CAPATH, capath); in configure_connection()
88 mysql_options(conn, MYSQL_OPT_SSL_CIPHER, cipher); in configure_connection()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/base/
H A Dmysql_connection_options.cc145 if (this->m_compress) mysql_options(connection, MYSQL_OPT_COMPRESS, NullS); in create_connection()
148 mysql_options(connection, MYSQL_OPT_COMPRESSION_ALGORITHMS, in create_connection()
151 mysql_options(connection, MYSQL_OPT_ZSTD_COMPRESSION_LEVEL, in create_connection()
158 mysql_options(connection, MYSQL_OPT_PROTOCOL, (char *)&this->m_protocol); in create_connection()
160 mysql_options(connection, MYSQL_OPT_BIND, in create_connection()
164 mysql_options(connection, MYSQL_SHARED_MEMORY_BASE_NAME, in create_connection()
168 mysql_options(connection, MYSQL_SET_CHARSET_NAME, in create_connection()
171 mysql_options(connection, MYSQL_SET_CHARSET_NAME, "utf8mb4"); in create_connection()
174 mysql_options(connection, MYSQL_PLUGIN_DIR, in create_connection()
178 mysql_options(connection, MYSQL_DEFAULT_AUTH, in create_connection()
[all …]
/dports/devel/agar/agar-1.5.0/core/
H A Ddb_mysql.c95 …if (AG_GetUint(db,"ssl-verify-cert") == 1) { mysql_options(my, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, … in Open()
96 if (AG_GetUint(db,"secure-auth") == 1) { mysql_options(my, MYSQL_SECURE_AUTH, &b); } in Open()
97 if ((s = AG_GetStringP(db,"init-cmd")) != NULL) { mysql_options(my, MYSQL_INIT_COMMAND, s); } in Open()
98 if ((s = AG_GetStringP(db,"cnf-file")) != NULL) { mysql_options(my, MYSQL_READ_DEFAULT_FILE, s); } in Open()
99 …if ((s = AG_GetStringP(db,"cnf-group")) != NULL) { mysql_options(my, MYSQL_READ_DEFAULT_GROUP, s);… in Open()
109 mysql_options(my, MYSQL_OPT_PROTOCOL, (const char *)&i); in Open()
111 …if ((i = AG_GetUint(db,"read-timeout")) != 0) { mysql_options(my, MYSQL_OPT_READ_TIMEOUT, (const … in Open()
112 …if ((i = AG_GetUint(db,"write-timeout")) != 0) { mysql_options(my, MYSQL_OPT_WRITE_TIMEOUT, (cons… in Open()
113 …if (AG_GetUint(db,"reconnect") == 1) { mysql_options(my, MYSQL_OPT_RECONNECT, (const char *)&b);… in Open()
115 if ((s = AG_GetStringP(db,"charset")) != NULL) { mysql_options(my, MYSQL_SET_CHARSET_NAME, s); } in Open()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/base/
H A Dmysql_connection_options.cc134 mysql_options(connection, MYSQL_OPT_COMPRESS, NullS); in create_connection()
139 mysql_options(connection,MYSQL_OPT_PROTOCOL, in create_connection()
142 mysql_options(connection,MYSQL_OPT_BIND, in create_connection()
145 mysql_options(connection,MYSQL_SECURE_AUTH, in create_connection()
149 mysql_options(connection,MYSQL_SHARED_MEMORY_BASE_NAME, in create_connection()
154 mysql_options(connection, MYSQL_SET_CHARSET_NAME, in create_connection()
159 mysql_options(connection, MYSQL_SET_CHARSET_NAME, "utf8mb4"); in create_connection()
162 mysql_options(connection, MYSQL_PLUGIN_DIR, in create_connection()
166 mysql_options(connection, MYSQL_DEFAULT_AUTH, in create_connection()
169 mysql_options(connection, MYSQL_OPT_CONNECT_ATTR_RESET, 0); in create_connection()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/base/
H A Dmysql_connection_options.cc134 mysql_options(connection, MYSQL_OPT_COMPRESS, NullS); in create_connection()
139 mysql_options(connection,MYSQL_OPT_PROTOCOL, in create_connection()
142 mysql_options(connection,MYSQL_OPT_BIND, in create_connection()
145 mysql_options(connection,MYSQL_SECURE_AUTH, in create_connection()
149 mysql_options(connection,MYSQL_SHARED_MEMORY_BASE_NAME, in create_connection()
154 mysql_options(connection, MYSQL_SET_CHARSET_NAME, in create_connection()
159 mysql_options(connection, MYSQL_SET_CHARSET_NAME, "utf8mb4"); in create_connection()
162 mysql_options(connection, MYSQL_PLUGIN_DIR, in create_connection()
166 mysql_options(connection, MYSQL_DEFAULT_AUTH, in create_connection()
169 mysql_options(connection, MYSQL_OPT_CONNECT_ATTR_RESET, 0); in create_connection()
/dports/databases/percona57-server/percona-server-5.7.36-39/client/base/
H A Dmysql_connection_options.cc134 mysql_options(connection, MYSQL_OPT_COMPRESS, NullS); in create_connection()
139 mysql_options(connection,MYSQL_OPT_PROTOCOL, in create_connection()
142 mysql_options(connection,MYSQL_OPT_BIND, in create_connection()
145 mysql_options(connection,MYSQL_SECURE_AUTH, in create_connection()
149 mysql_options(connection,MYSQL_SHARED_MEMORY_BASE_NAME, in create_connection()
154 mysql_options(connection, MYSQL_SET_CHARSET_NAME, in create_connection()
159 mysql_options(connection, MYSQL_SET_CHARSET_NAME, "utf8mb4"); in create_connection()
162 mysql_options(connection, MYSQL_PLUGIN_DIR, in create_connection()
166 mysql_options(connection, MYSQL_DEFAULT_AUTH, in create_connection()
169 mysql_options(connection, MYSQL_OPT_CONNECT_ATTR_RESET, 0); in create_connection()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/base/
H A Dmysql_connection_options.cc134 mysql_options(connection, MYSQL_OPT_COMPRESS, NullS); in create_connection()
139 mysql_options(connection,MYSQL_OPT_PROTOCOL, in create_connection()
142 mysql_options(connection,MYSQL_OPT_BIND, in create_connection()
145 mysql_options(connection,MYSQL_SECURE_AUTH, in create_connection()
149 mysql_options(connection,MYSQL_SHARED_MEMORY_BASE_NAME, in create_connection()
154 mysql_options(connection, MYSQL_SET_CHARSET_NAME, in create_connection()
159 mysql_options(connection, MYSQL_SET_CHARSET_NAME, "utf8mb4"); in create_connection()
162 mysql_options(connection, MYSQL_PLUGIN_DIR, in create_connection()
166 mysql_options(connection, MYSQL_DEFAULT_AUTH, in create_connection()
169 mysql_options(connection, MYSQL_OPT_CONNECT_ATTR_RESET, 0); in create_connection()
/dports/databases/percona57-client/percona-server-5.7.36-39/client/base/
H A Dmysql_connection_options.cc134 mysql_options(connection, MYSQL_OPT_COMPRESS, NullS); in create_connection()
139 mysql_options(connection,MYSQL_OPT_PROTOCOL, in create_connection()
142 mysql_options(connection,MYSQL_OPT_BIND, in create_connection()
145 mysql_options(connection,MYSQL_SECURE_AUTH, in create_connection()
149 mysql_options(connection,MYSQL_SHARED_MEMORY_BASE_NAME, in create_connection()
154 mysql_options(connection, MYSQL_SET_CHARSET_NAME, in create_connection()
159 mysql_options(connection, MYSQL_SET_CHARSET_NAME, "utf8mb4"); in create_connection()
162 mysql_options(connection, MYSQL_PLUGIN_DIR, in create_connection()
166 mysql_options(connection, MYSQL_DEFAULT_AUTH, in create_connection()
169 mysql_options(connection, MYSQL_OPT_CONNECT_ATTR_RESET, 0); in create_connection()
/dports/databases/mysql57-client/mysql-5.7.36/client/base/
H A Dmysql_connection_options.cc134 mysql_options(connection, MYSQL_OPT_COMPRESS, NullS); in create_connection()
139 mysql_options(connection,MYSQL_OPT_PROTOCOL, in create_connection()
142 mysql_options(connection,MYSQL_OPT_BIND, in create_connection()
145 mysql_options(connection,MYSQL_SECURE_AUTH, in create_connection()
149 mysql_options(connection,MYSQL_SHARED_MEMORY_BASE_NAME, in create_connection()
154 mysql_options(connection, MYSQL_SET_CHARSET_NAME, in create_connection()
159 mysql_options(connection, MYSQL_SET_CHARSET_NAME, "utf8mb4"); in create_connection()
162 mysql_options(connection, MYSQL_PLUGIN_DIR, in create_connection()
166 mysql_options(connection, MYSQL_DEFAULT_AUTH, in create_connection()
169 mysql_options(connection, MYSQL_OPT_CONNECT_ATTR_RESET, 0); in create_connection()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/
H A Dsslopt-vars.h93 mysql_options(mysql, MYSQL_OPT_SSL_CRL, opt_ssl_crl); in set_client_ssl_options()
94 mysql_options(mysql, MYSQL_OPT_SSL_CRLPATH, opt_ssl_crlpath); in set_client_ssl_options()
95 mysql_options(mysql, MYSQL_OPT_TLS_VERSION, opt_tls_version); in set_client_ssl_options()
96 mysql_options(mysql, MYSQL_OPT_SSL_MODE, &opt_ssl_mode); in set_client_ssl_options()
97 mysql_options(mysql, MYSQL_OPT_SSL_FIPS_MODE, &opt_ssl_fips_mode); in set_client_ssl_options()
100 mysql_options(mysql, MYSQL_OPT_TLS_CIPHERSUITES, opt_tls_ciphersuites); in set_client_ssl_options()
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/driver/
H A Dconnect.cc195 mysql_options(mysql, MYSQL_OPT_NAMED_PIPE, NullS); in myodbc_do_connect()
198 mysql_options(mysql, MYSQL_READ_DEFAULT_GROUP, "odbc"); in myodbc_do_connect()
213 mysql_options(mysql, MYSQL_OPT_CONNECT_TIMEOUT, in myodbc_do_connect()
217 mysql_options(mysql, MYSQL_OPT_READ_TIMEOUT, in myodbc_do_connect()
221 mysql_options(mysql, MYSQL_OPT_WRITE_TIMEOUT, in myodbc_do_connect()
230 mysql_options(mysql, MYSQL_PLUGIN_DIR, in myodbc_do_connect()
236 mysql_options(mysql, MYSQL_DEFAULT_AUTH, in myodbc_do_connect()
251 mysql_options(mysql, MYSQL_OPT_SSL_VERIFY_SERVER_CERT, in myodbc_do_connect()
259 mysql_options(mysql, MYSQL_SERVER_PUBLIC_KEY, in myodbc_do_connect()
302 mysql_options(mysql, MYSQL_SET_CHARSET_NAME, "utf8"); in myodbc_do_connect()
[all …]
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/
H A Dsslopt-vars.h104 mysql_options(mysql, MYSQL_OPT_SSL_CRL, opt_ssl_crl); in set_client_ssl_options()
105 mysql_options(mysql, MYSQL_OPT_SSL_CRLPATH, opt_ssl_crlpath); in set_client_ssl_options()
106 mysql_options(mysql, MYSQL_OPT_TLS_VERSION, opt_tls_version); in set_client_ssl_options()
107 mysql_options(mysql, MYSQL_OPT_SSL_MODE, &opt_ssl_mode); in set_client_ssl_options()
108 mysql_options(mysql, MYSQL_OPT_SSL_FIPS_MODE, &opt_ssl_fips_mode); in set_client_ssl_options()
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/unittest/libmariadb/
H A Dt_conc173.c39 mysql_options(&mysql, MYSQL_READ_DEFAULT_GROUP, "client"); in test_conc_173()
40 mysql_options(&mysql, MYSQL_OPT_COMPRESS, 0); in test_conc_173()
42 mysql_options(&mysql, MYSQL_OPT_NAMED_PIPE, 0); in test_conc_173()
46 mysql_options(&mysql, MYSQL_OPT_PROTOCOL, &arg); in test_conc_173()
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dt_conc173.c39 mysql_options(&mysql, MYSQL_READ_DEFAULT_GROUP, "client"); in test_conc_173()
40 mysql_options(&mysql, MYSQL_OPT_COMPRESS, 0); in test_conc_173()
42 mysql_options(&mysql, MYSQL_OPT_NAMED_PIPE, 0); in test_conc_173()
46 mysql_options(&mysql, MYSQL_OPT_PROTOCOL, &arg); in test_conc_173()
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dt_conc173.c39 mysql_options(&mysql, MYSQL_READ_DEFAULT_GROUP, "client"); in test_conc_173()
40 mysql_options(&mysql, MYSQL_OPT_COMPRESS, 0); in test_conc_173()
42 mysql_options(&mysql, MYSQL_OPT_NAMED_PIPE, 0); in test_conc_173()
46 mysql_options(&mysql, MYSQL_OPT_PROTOCOL, &arg); in test_conc_173()
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dt_conc173.c39 mysql_options(&mysql, MYSQL_READ_DEFAULT_GROUP, "client"); in test_conc_173()
40 mysql_options(&mysql, MYSQL_OPT_COMPRESS, 0); in test_conc_173()
42 mysql_options(&mysql, MYSQL_OPT_NAMED_PIPE, 0); in test_conc_173()
46 mysql_options(&mysql, MYSQL_OPT_PROTOCOL, &arg); in test_conc_173()
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dt_conc173.c39 mysql_options(&mysql, MYSQL_READ_DEFAULT_GROUP, "client"); in test_conc_173()
40 mysql_options(&mysql, MYSQL_OPT_COMPRESS, 0); in test_conc_173()
42 mysql_options(&mysql, MYSQL_OPT_NAMED_PIPE, 0); in test_conc_173()
46 mysql_options(&mysql, MYSQL_OPT_PROTOCOL, &arg); in test_conc_173()
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/unittest/libmariadb/
H A Dt_conc173.c39 mysql_options(&mysql, MYSQL_READ_DEFAULT_GROUP, "client"); in test_conc_173()
40 mysql_options(&mysql, MYSQL_OPT_COMPRESS, 0); in test_conc_173()
42 mysql_options(&mysql, MYSQL_OPT_NAMED_PIPE, 0); in test_conc_173()
46 mysql_options(&mysql, MYSQL_OPT_PROTOCOL, &arg); in test_conc_173()
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/unittest/libmariadb/
H A Dt_conc173.c39 mysql_options(&mysql, MYSQL_READ_DEFAULT_GROUP, "client"); in test_conc_173()
40 mysql_options(&mysql, MYSQL_OPT_COMPRESS, 0); in test_conc_173()
42 mysql_options(&mysql, MYSQL_OPT_NAMED_PIPE, 0); in test_conc_173()
46 mysql_options(&mysql, MYSQL_OPT_PROTOCOL, &arg); in test_conc_173()
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_mysql/
H A Dkm_my_con.c100 mysql_options(ptr->con, MYSQL_READ_DEFAULT_GROUP, (const void*)grp);
115 mysql_options(ptr->con, MYSQL_OPT_CONNECT_TIMEOUT, (const void*)&db_mysql_timeout_interval);
116 mysql_options(ptr->con, MYSQL_OPT_READ_TIMEOUT, (const void*)&db_mysql_timeout_interval);
117 mysql_options(ptr->con, MYSQL_OPT_WRITE_TIMEOUT, (const void*)&db_mysql_timeout_interval);
130 mysql_options(ptr->con, MYSQL_OPT_SSL_MODE, (const void*)&optuint);
143 mysql_options(ptr->con, MYSQL_OPT_RECONNECT, (const void*)&rec);
/dports/databases/percona57-server/percona-server-5.7.36-39/include/
H A Dsslopt-vars.h72 mysql_options(mysql, MYSQL_OPT_SSL_CRL, opt_ssl_crl); in set_client_ssl_options()
73 mysql_options(mysql, MYSQL_OPT_SSL_CRLPATH, opt_ssl_crlpath); in set_client_ssl_options()
74 mysql_options(mysql, MYSQL_OPT_TLS_VERSION, opt_tls_version); in set_client_ssl_options()
75 mysql_options(mysql, MYSQL_OPT_SSL_MODE, &opt_ssl_mode); in set_client_ssl_options()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/
H A Dsslopt-vars.h72 mysql_options(mysql, MYSQL_OPT_SSL_CRL, opt_ssl_crl); in set_client_ssl_options()
73 mysql_options(mysql, MYSQL_OPT_SSL_CRLPATH, opt_ssl_crlpath); in set_client_ssl_options()
74 mysql_options(mysql, MYSQL_OPT_TLS_VERSION, opt_tls_version); in set_client_ssl_options()
75 mysql_options(mysql, MYSQL_OPT_SSL_MODE, &opt_ssl_mode); in set_client_ssl_options()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/
H A Dsslopt-vars.h72 mysql_options(mysql, MYSQL_OPT_SSL_CRL, opt_ssl_crl); in set_client_ssl_options()
73 mysql_options(mysql, MYSQL_OPT_SSL_CRLPATH, opt_ssl_crlpath); in set_client_ssl_options()
74 mysql_options(mysql, MYSQL_OPT_TLS_VERSION, opt_tls_version); in set_client_ssl_options()
75 mysql_options(mysql, MYSQL_OPT_SSL_MODE, &opt_ssl_mode); in set_client_ssl_options()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/
H A Dsslopt-vars.h72 mysql_options(mysql, MYSQL_OPT_SSL_CRL, opt_ssl_crl); in set_client_ssl_options()
73 mysql_options(mysql, MYSQL_OPT_SSL_CRLPATH, opt_ssl_crlpath); in set_client_ssl_options()
74 mysql_options(mysql, MYSQL_OPT_TLS_VERSION, opt_tls_version); in set_client_ssl_options()
75 mysql_options(mysql, MYSQL_OPT_SSL_MODE, &opt_ssl_mode); in set_client_ssl_options()
/dports/databases/percona57-client/percona-server-5.7.36-39/include/
H A Dsslopt-vars.h72 mysql_options(mysql, MYSQL_OPT_SSL_CRL, opt_ssl_crl); in set_client_ssl_options()
73 mysql_options(mysql, MYSQL_OPT_SSL_CRLPATH, opt_ssl_crlpath); in set_client_ssl_options()
74 mysql_options(mysql, MYSQL_OPT_TLS_VERSION, opt_tls_version); in set_client_ssl_options()
75 mysql_options(mysql, MYSQL_OPT_SSL_MODE, &opt_ssl_mode); in set_client_ssl_options()

12345678910>>...40