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

Adding xpand to test suite

This commit is contained in:
diego Dupin
2022-03-23 11:46:40 +01:00
parent e10c10f05b
commit fb85d99d13
14 changed files with 222 additions and 7 deletions

View File

@@ -841,6 +841,7 @@ static int test_conc49(MYSQL *mysql)
SKIP_LOAD_INFILE_DISABLE;
SKIP_SKYSQL;
SKIP_XPAND;
rc= mysql_query(mysql, "select @@LOCAL_INFILE");
check_mysql_rc(rc, mysql);
@@ -1076,8 +1077,7 @@ static int test_remote1(MYSQL *mysql)
MYSQL_RES *res;
MYSQL_ROW row;
SKIP_SKYSQL;
SKIP_SKYSQL;
SKIP_XPAND;
remote_plugin= (void *)mysql_client_find_plugin(mysql, "remote_io", MARIADB_CLIENT_REMOTEIO_PLUGIN);
if (!remote_plugin)