You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Test fix for MaxScale:
Skip character set tests which set character set during handshake, since MaxScale sends utf8mb4 via session_track information in handshake OK packet. (https://jira.mariadb.org/browse/MXS-4898).
This commit is contained in:
@@ -1222,6 +1222,9 @@ static int test_mdev13100(MYSQL *my __attribute__((unused)))
|
||||
int rc;
|
||||
FILE *fp;
|
||||
|
||||
/* MXS-4898: MaxScale sends utf8mb4 in handshake OK packet */
|
||||
SKIP_MAXSCALE;
|
||||
|
||||
if (!(fp= fopen("./mdev13100.cnf", "w")))
|
||||
return FAIL;
|
||||
|
||||
|
Reference in New Issue
Block a user