mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
changes after Bar's review: renamed CHARACTER_SET to MY_CHARSET_INFO
This commit is contained in:
@ -228,7 +228,7 @@ typedef struct character_set
|
||||
const char *dir; /* character set directory */
|
||||
unsigned int mbminlen; /* min. length for multibyte strings */
|
||||
unsigned int mbmaxlen; /* max. length for multibyte strings */
|
||||
} CHARACTER_SET;
|
||||
} MY_CHARSET_INFO;
|
||||
|
||||
struct st_mysql_methods;
|
||||
|
||||
@ -431,7 +431,7 @@ my_bool STDCALL mysql_slave_query(MYSQL *mysql, const char *q,
|
||||
my_bool STDCALL mysql_slave_send_query(MYSQL *mysql, const char *q,
|
||||
unsigned long length);
|
||||
void STDCALL mysql_get_character_set_info(MYSQL *mysql,
|
||||
CHARACTER_SET *charset);
|
||||
MY_CHARSET_INFO *charset);
|
||||
|
||||
/* local infile support */
|
||||
|
||||
|
Reference in New Issue
Block a user