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
Added IPV6 support
This commit is contained in:
@@ -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....");
|
||||
|
Reference in New Issue
Block a user