Skip to content

Commit

Permalink
Skip test_mdev19838 when running vs. maxscale
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Mar 1, 2022
1 parent abc1cf8 commit 367772c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unittest/libmariadb/ps_bugs.c
Original file line number Diff line number Diff line change
Expand Up @@ -5358,6 +5358,8 @@ static int test_mdev19838(MYSQL *mysql)
char charvalue[] = "012345678901234567890123456789012345";
MYSQL_STMT *stmt;

SKIP_MAXSCALE;

rc = mysql_query(mysql, "CREATE temporary TABLE mdev19838("
"f1 char(36),"
"f2 char(36),"
Expand Down

0 comments on commit 367772c

Please sign in to comment.