mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02:00
Fix LPBUG#808233 - undefined uint in typelib.h
This commit is contained in:
parent
7199ac5916
commit
3b393c929b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ typedef struct st_typelib { /* Different types saved here */
|
|||
extern my_ulonglong find_typeset(char *x, TYPELIB *typelib,int *error_position);
|
||||
extern int find_type_with_warning(const char *x, TYPELIB *typelib,
|
||||
const char *option);
|
||||
extern uint find_type_or_exit(const char *x, TYPELIB *typelib,
|
||||
extern unsigned int find_type_or_exit(const char *x, TYPELIB *typelib,
|
||||
const char *option);
|
||||
extern int find_type(char *x, const TYPELIB *typelib, unsigned int full_name);
|
||||
extern void make_type(char *to,unsigned int nr,TYPELIB *typelib);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue