Commit 308aec15 authored by bar@mysql.com's avatar bar@mysql.com

libmysql.c:

  bug#7891: mysql_character_set_name() returns collation
parent 6412558d
...@@ -1504,7 +1504,7 @@ ulong STDCALL mysql_thread_id(MYSQL *mysql) ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment