mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
Post-fix for Bug#52929 : replace uint with "unsigned int" in mysql.h.pp
This commit is contained in:
@@ -233,10 +233,10 @@ extern void make_type(char *to,unsigned int nr,TYPELIB *typelib);
|
|||||||
extern const char *get_type(TYPELIB *typelib,unsigned int nr);
|
extern const char *get_type(TYPELIB *typelib,unsigned int nr);
|
||||||
extern TYPELIB *copy_typelib(MEM_ROOT *root, TYPELIB *from);
|
extern TYPELIB *copy_typelib(MEM_ROOT *root, TYPELIB *from);
|
||||||
extern TYPELIB sql_protocol_typelib;
|
extern TYPELIB sql_protocol_typelib;
|
||||||
my_ulonglong find_set_from_flags(const TYPELIB *lib, uint default_name,
|
my_ulonglong find_set_from_flags(const TYPELIB *lib, unsigned int default_name,
|
||||||
my_ulonglong cur_set, my_ulonglong default_set,
|
my_ulonglong cur_set, my_ulonglong default_set,
|
||||||
const char *str, uint length,
|
const char *str, unsigned int length,
|
||||||
char **err_pos, uint *err_len);
|
char **err_pos, unsigned int *err_len);
|
||||||
typedef struct st_mysql_rows {
|
typedef struct st_mysql_rows {
|
||||||
struct st_mysql_rows *next;
|
struct st_mysql_rows *next;
|
||||||
MYSQL_ROW data;
|
MYSQL_ROW data;
|
||||||
|
Reference in New Issue
Block a user