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

Fixed comment for MY_CHARSET_INFO:

csname is the name of the character set, while name is the name of the collation
This commit is contained in:
Georg Richter
2018-07-04 07:56:17 +02:00
parent 41cc847c31
commit ffd9084063

View File

@@ -409,8 +409,8 @@ typedef struct character_set
{ {
unsigned int number; /* character set number */ unsigned int number; /* character set number */
unsigned int state; /* character set state */ unsigned int state; /* character set state */
const char *csname; /* collation name */ const char *csname; /* character set name */
const char *name; /* character set name */ const char *name; /* collation name */
const char *comment; /* comment */ const char *comment; /* comment */
const char *dir; /* character set directory */ const char *dir; /* character set directory */
unsigned int mbminlen; /* min. length for multibyte strings */ unsigned int mbminlen; /* min. length for multibyte strings */