mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
fix build failure on Solaris10
sql/mysql_priv.h: synchronize definition and declaration
This commit is contained in:
parent
14cf209aa7
commit
d07b5b24ef
1 changed files with 1 additions and 1 deletions
|
@ -1482,7 +1482,7 @@ void unhex_type2(TYPELIB *lib);
|
|||
uint check_word(TYPELIB *lib, const char *val, const char *end,
|
||||
const char **end_of_word);
|
||||
int find_string_in_array(LEX_STRING * const haystack, LEX_STRING * const needle,
|
||||
CHARSET_INFO *cs);
|
||||
CHARSET_INFO * const cs);
|
||||
|
||||
|
||||
bool is_keyword(const char *name, uint len);
|
||||
|
|
Loading…
Reference in a new issue