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 for CONC-544 when testing against SkySQL/MaxScale.
This commit is contained in:
@@ -1921,6 +1921,9 @@ static int test_conc544(MYSQL *mysql)
|
|||||||
MYSQL *my= mysql_init(NULL);
|
MYSQL *my= mysql_init(NULL);
|
||||||
char query[1024];
|
char query[1024];
|
||||||
|
|
||||||
|
SKIP_SKYSQL;
|
||||||
|
SKIP_MAXSCALE;
|
||||||
|
|
||||||
if (!mysql_client_find_plugin(mysql, "client_ed25519", MYSQL_CLIENT_AUTHENTICATION_PLUGIN))
|
if (!mysql_client_find_plugin(mysql, "client_ed25519", MYSQL_CLIENT_AUTHENTICATION_PLUGIN))
|
||||||
{
|
{
|
||||||
diag("client_ed25519 plugin not available");
|
diag("client_ed25519 plugin not available");
|
||||||
|
Reference in New Issue
Block a user