mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
libmysql.c:
bug#7891: mysql_character_set_name() returns collation
This commit is contained in:
parent
6412558d03
commit
308aec1526
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ ulong STDCALL mysql_thread_id(MYSQL *mysql)
|
|||
|
||||
const char * STDCALL mysql_character_set_name(MYSQL *mysql)
|
||||
{
|
||||
return mysql->charset->name;
|
||||
return mysql->charset->csname;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue