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

Merge pull request #171 from pasha-bolokhov/patch-1

Update async.c
This commit is contained in:
SergMariaDB
2021-10-05 05:26:31 -04:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ static int test_async(MYSQL *mysql)
if (type > MARIADB_CONNECTION_TCP)
{
skip_async= 1;
diag("Asnyc IO not supported");
diag("Async IO not supported");
}
return OK;
}