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
travis fix:
remove server builds > 10.5, since 10.6 and above use Connector/C 3.3 branch.
This commit is contained in:
@@ -618,6 +618,12 @@ int test_conc21(MYSQL *mysql)
|
||||
int major=0, minor= 0, patch=0;
|
||||
SKIP_MAXSCALE;
|
||||
|
||||
if (strlen(mysql_get_server_info(mysql)) > 63)
|
||||
{
|
||||
diag("server name is too long - skip until rpl hack was removed");
|
||||
return SKIP;
|
||||
}
|
||||
|
||||
rc= mysql_query(mysql, "SELECT @@version");
|
||||
check_mysql_rc(rc, mysql);
|
||||
|
||||
|
Reference in New Issue
Block a user