1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-05 15:55:58 +03:00

Travis fix: Skip maxscale for test_mdev35935

This commit is contained in:
Georg Richter
2025-02-12 07:12:14 +01:00
parent 4bbfa5040e
commit 992c7f26dd
2 changed files with 4 additions and 2 deletions

View File

@@ -287,6 +287,7 @@ static int test_mdev35935(MYSQL *mysql)
MYSQL_BIND bind[2];
const char *data= "test";
SKIP_MAXSCALE;
SKIP_MYSQL(mysql);
rc= mysql_select_db(mysql, schema);