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

Fix for CONC-101: redefinition of dlerror

This commit is contained in:
holzboote@googlemail.com
2014-07-14 11:50:16 +02:00
parent 07d26ed662
commit fc5859154e
2 changed files with 1 additions and 3 deletions

View File

@@ -935,7 +935,6 @@ static int test_connect_attrs(MYSQL *my)
if (!(mysql->server_capabilities & CLIENT_CONNECT_ATTRS))
{
mysql_close(mysql);
diag("Server doesn't support connection attributes");
return SKIP;
}
@@ -956,7 +955,6 @@ static int test_connect_attrs(MYSQL *my)
len= mysql->options.extension->connect_attrs_len;
mysql_close(mysql);
FAIL_IF(rc < 3, "Expected 3 or more rows");