Closed p-alik closed 2 years ago
Both bindings_windows.rs and bindings_macos.rs provide MYSQL_OPT_SSL_MODE variant in mysql_option enum. But only bindings_macos.rs offers values for the option in form of mysql_ssl_mode enum.
MYSQL_OPT_SSL_MODE
mysql_option
bindings_macos.rs
There is no word in mysql_options documentation about any Windows incapability according MYSQL_OPT_SSL_MODE. Would it be possible to add mysql_ssl_mode enum into bindings_windows.rs also?
mysql_ssl_mode
bindings_windows.rs
@weiznich, this was fixed by #28 and can now be closed.
:+1:
Both bindings_windows.rs and bindings_macos.rs provide
MYSQL_OPT_SSL_MODE
variant inmysql_option
enum. But onlybindings_macos.rs
offers values for the option in form of mysql_ssl_mode enum.There is no word in mysql_options documentation about any Windows incapability according
MYSQL_OPT_SSL_MODE
. Would it be possible to addmysql_ssl_mode
enum intobindings_windows.rs
also?