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

Skip test_bug49694 when testing with Xpand.

local_infile variable is not supported by XPand (XPT-600).
This commit is contained in:
Georg Richter
2023-02-18 08:49:25 +01:00
parent 2105a2bc7f
commit 29a8156193

View File

@@ -792,6 +792,9 @@ static int test_bug49694(MYSQL *mysql)
SKIP_LOAD_INFILE_DISABLE;
SKIP_SKYSQL;
/* XPT-600: local_infile variable not supported */
SKIP_XPAND;
rc= mysql_query(mysql, "select @@LOCAL_INFILE");
check_mysql_rc(rc, mysql);
res= mysql_store_result(mysql);