mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Backport changeset from mysql-next-mr-bugfixing:
3245 Vladislav Vaintroub 2010-06-16
Bug #52959 uint in typedef.h undefined on Windows
Fix: change uint to "unsigned int"
This commit is contained in:
parent
9f483f1a3d
commit
b8f24eedf5
1 changed files with 3 additions and 3 deletions
|
|
@ -36,9 +36,9 @@ extern TYPELIB *copy_typelib(MEM_ROOT *root, TYPELIB *from);
|
|||
|
||||
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,
|
||||
const char *str, uint length,
|
||||
char **err_pos, uint *err_len);
|
||||
const char *str, unsigned int length,
|
||||
char **err_pos, unsigned int *err_len);
|
||||
|
||||
#endif /* _typelib_h */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue