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

Merge branch '3.1' into 3.2

This commit is contained in:
Georg Richter
2021-06-10 17:37:48 +02:00
2 changed files with 122 additions and 24 deletions

View File

@@ -310,8 +310,7 @@ static int use_utf8(MYSQL *my)
while ((row= mysql_fetch_row(res)) != NULL)
{
FAIL_IF(strncmp(row[0], "utf8", 4),
"wrong character set");
FAIL_IF(strncmp(row[0], "utf8", 4), "wrong character set");
}
FAIL_IF(mysql_errno(my), mysql_error(my));
mysql_free_result(res);