1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Added IPV6 support

This commit is contained in:
Georg Richter
2012-12-15 13:49:47 +01:00
parent 65c44bd33c
commit e0ec9add5c
2 changed files with 59 additions and 43 deletions

View File

@@ -465,7 +465,10 @@ void run_tests(struct my_tests_st *test) {
plan(total);
if ((mysql_default= test_connect(NULL)))
{
diag("Testing against MySQL Server %s", mysql_get_server_info(mysql_default));
diag("Host %s", mysql_get_host_info(mysql_default));
}
else
{
diag("Can't connect to a server. Aborting....");