You've already forked mariadb-connector-c
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user