You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-05 15:55:58 +03:00
Removed all internal dependencies from ma_dyncol.
Fixed compiler warnings
This commit is contained in:
@@ -141,8 +141,8 @@ static int test_multi_ssl_connections(MYSQL *unused)
|
||||
|
||||
mysql_close(my);
|
||||
|
||||
FAIL_IF(new_connections - old_connections < 50, "new_connections should be at least old_connections + 50");
|
||||
diag("%d SSL connections processed", new_connections - old_connections);
|
||||
FAIL_IF(new_connections - old_connections < 50, "new_connections should be at least old_connections + 50");
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user