mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
libmysql.c:
bug#7891: mysql_character_set_name() returns collation
This commit is contained in:
@ -1504,7 +1504,7 @@ ulong STDCALL mysql_thread_id(MYSQL *mysql)
|
|||||||
|
|
||||||
const char * STDCALL mysql_character_set_name(MYSQL *mysql)
|
const char * STDCALL mysql_character_set_name(MYSQL *mysql)
|
||||||
{
|
{
|
||||||
return mysql->charset->name;
|
return mysql->charset->csname;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user