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_mdev19838 when running vs. maxscale
This commit is contained in:
@@ -5358,6 +5358,8 @@ static int test_mdev19838(MYSQL *mysql)
|
|||||||
char charvalue[] = "012345678901234567890123456789012345";
|
char charvalue[] = "012345678901234567890123456789012345";
|
||||||
MYSQL_STMT *stmt;
|
MYSQL_STMT *stmt;
|
||||||
|
|
||||||
|
SKIP_MAXSCALE;
|
||||||
|
|
||||||
rc = mysql_query(mysql, "CREATE temporary TABLE mdev19838("
|
rc = mysql_query(mysql, "CREATE temporary TABLE mdev19838("
|
||||||
"f1 char(36),"
|
"f1 char(36),"
|
||||||
"f2 char(36),"
|
"f2 char(36),"
|
||||||
|
Reference in New Issue
Block a user