mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix wrong parameter name which caused compile failure on windows
This commit is contained in:
@ -1839,7 +1839,7 @@ extern enum_field_types agg_field_type(Item **items, uint nitems);
|
||||
/* strfunc.cc */
|
||||
ulonglong find_set(TYPELIB *lib, const char *x, uint length, CHARSET_INFO *cs,
|
||||
char **err_pos, uint *err_len, bool *set_warning);
|
||||
ulonglong find_set_from_flags(TYPELIB *lib, uint default_set,
|
||||
ulonglong find_set_from_flags(TYPELIB *lib, uint default_name,
|
||||
ulonglong cur_set, ulonglong default_set,
|
||||
const char *str, uint length, CHARSET_INFO *cs,
|
||||
char **err_pos, uint *err_len, bool *set_warning);
|
||||
|
Reference in New Issue
Block a user