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

Skip tests when testing with Xpand.

This commit is contained in:
Georg Richter
2023-02-18 08:39:10 +01:00
parent 80f18e417f
commit 2105a2bc7f

View File

@@ -244,6 +244,7 @@ static int test_frm_bug(MYSQL *mysql)
int rc;
SKIP_MYSQL(mysql);
SKIP_XPAND;
mysql_autocommit(mysql, TRUE);
@@ -622,6 +623,8 @@ static int test_wl4166_4(MYSQL *mysql)
char buf1[16], buf2[16];
ulong buf1_len, buf2_len;
SKIP_XPAND;
if (mysql_get_server_version(mysql) < 50100) {
diag("Test requires MySQL Server version 5.1 or above");
return SKIP;