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

Windows fixes for remote_io plugin

This commit is contained in:
Georg Richter
2016-01-04 10:02:10 +01:00
parent 97a6aeafff
commit b5cf443681
9 changed files with 22 additions and 14 deletions

View File

@@ -982,6 +982,7 @@ static int test_remote1(MYSQL *mysql)
if (!remote_plugin)
{
diag("skip - no remote io plugin available");
diag("error: %s", mysql_error(mysql));
return SKIP;
}