We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7cbed commit dd37267Copy full SHA for dd37267
src/MySQLdb/_mysql.c
@@ -566,6 +566,7 @@ _mysql_ConnectionObject_Initialize(
566
} else {
567
mysql_optionsv(&(self->connection), MYSQL_OPT_SSL_VERIFY_SERVER_CERT, (void *)&my_false);
568
}
569
+#endif
570
571
if (charset) {
572
mysql_options(&(self->connection), MYSQL_SET_CHARSET_NAME, charset);
0 commit comments