1
0
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:
Georg Richter
2013-10-01 09:53:41 +02:00
parent ead1997dcd
commit 7038dc9280
18 changed files with 175 additions and 114 deletions

View File

@@ -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;
}