You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
- removed global context for tls, so code can be used also with no yassl branch in 10.2
- added new gnutls cipher mapping - fixed ssl test case: skip hostname verification if both server and client run on localhost - added server certificates
This commit is contained in:
@@ -231,7 +231,6 @@ static int test_frm_bug(MYSQL *mysql)
|
||||
char test_frm[FN_REFLEN];
|
||||
int rc;
|
||||
|
||||
return SKIP;
|
||||
mysql_autocommit(mysql, TRUE);
|
||||
|
||||
rc= mysql_query(mysql, "drop table if exists test_frm_bug");
|
||||
|
Reference in New Issue
Block a user