Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0, 3.0.8
-
Component/s: General
-
Labels:None
Description
The MariaDB Connector/C documentation notes that mysql_options is deprecated and will be removed at some point:
This function is deprecated as of MariaDB Connector/C 3.0 and will be removed in future releases. It's preferable to use mysql_optionsv.
https://mariadb.com/kb/en/library/mysql_options/
It looks like mysql_options is still used quite a bit in C/ODBC in the MADB_DbcConnectDB function:
https://github.com/MariaDB/mariadb-connector-odbc/blob/3.1.0/ma_connection.c#L579
The replacement is mysql_optionsv:
Attachments
Issue Links
- relates to
-
ODBC-228 Add parameter that corresponds to MARIADB_OPT_TLS_VERSION option from MariaDB Connector/C
-
- Closed
-
-
ODBC-241 Add parameter that corresponds to MYSQL_SERVER_PUBLIC_KEY option from MariaDB Connector/C
-
- Closed
-
-
ODBC-238 Add parameter that corresponds to MYSQL_OPT_SSL_ENFORCE option from MariaDB Connector/C
-
- Closed
-
-
ODBC-240 SSLFP and SSLFPLIST parameters appear unused
-
- Closed
-
-
ODBC-242 Add parameter that corresponds to MARIADB_OPT_TLS_CIPHER_STRENGTH option from MariaDB Connector/C
-
- Open
-