mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Fix wrong parameter name which caused compile failure on windows
This commit is contained in:
parent
d5b9c14513
commit
076eb7a67a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue