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
Merge branch '3.1' into 3.2
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user