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
Travis fixes:
server verification still fails due to wrong hostname - these tests are now disabled for Travis only Disable test when testing against a MySQL server.
This commit is contained in:
@@ -1428,7 +1428,11 @@ static int test_sslenforce(MYSQL *unused __attribute__((unused)))
|
||||
|
||||
static int test_conc457(MYSQL *mysql)
|
||||
{
|
||||
MYSQL_RES *result= mysql_list_processes(mysql);
|
||||
MYSQL_RES *result;
|
||||
|
||||
SKIP_MYSQL(mysql);
|
||||
|
||||
result= mysql_list_processes(mysql);
|
||||
|
||||
FAIL_IF(mysql_field_count(mysql) != 9, "expected 9 columns");
|
||||
mysql_free_result(result);
|
||||
|
Reference in New Issue
Block a user