1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

[TODO-5373] add github action

This commit is contained in:
rusher
2025-06-16 19:43:16 +02:00
committed by Georg Richter
parent aebe28b8eb
commit 0a3f217396
3 changed files with 181 additions and 1 deletions

View File

@@ -1663,8 +1663,13 @@ int display_extended_field_attribute(MYSQL *mysql)
static int test_ext_field_attr(MYSQL *mysql)
{
if (!is_mariadb)
{
diag("feature not supported by MySQL server");
return SKIP;
}
display_extended_field_attribute(mysql);
return OK;
}