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 tests when testing with Xpand.
This commit is contained in:
@@ -244,6 +244,7 @@ static int test_frm_bug(MYSQL *mysql)
|
|||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
SKIP_MYSQL(mysql);
|
SKIP_MYSQL(mysql);
|
||||||
|
SKIP_XPAND;
|
||||||
|
|
||||||
mysql_autocommit(mysql, TRUE);
|
mysql_autocommit(mysql, TRUE);
|
||||||
|
|
||||||
@@ -622,6 +623,8 @@ static int test_wl4166_4(MYSQL *mysql)
|
|||||||
char buf1[16], buf2[16];
|
char buf1[16], buf2[16];
|
||||||
ulong buf1_len, buf2_len;
|
ulong buf1_len, buf2_len;
|
||||||
|
|
||||||
|
SKIP_XPAND;
|
||||||
|
|
||||||
if (mysql_get_server_version(mysql) < 50100) {
|
if (mysql_get_server_version(mysql) < 50100) {
|
||||||
diag("Test requires MySQL Server version 5.1 or above");
|
diag("Test requires MySQL Server version 5.1 or above");
|
||||||
return SKIP;
|
return SKIP;
|
||||||
|
Reference in New Issue
Block a user