mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
compilation warnings on Windows
This commit is contained in:
parent
7714adaef8
commit
90b43902b0
46 changed files with 215 additions and 215 deletions
|
|
@ -305,8 +305,8 @@ int sql_set_variables(THD *thd, List<set_var_base> *var_list);
|
|||
|
||||
bool fix_delay_key_write(sys_var *self, THD *thd, enum_var_type type);
|
||||
|
||||
ulong expand_sql_mode(ulonglong sql_mode);
|
||||
bool sql_mode_string_representation(THD *thd, ulong sql_mode, LEX_STRING *ls);
|
||||
ulonglong expand_sql_mode(ulonglong sql_mode);
|
||||
bool sql_mode_string_representation(THD *thd, ulonglong sql_mode, LEX_STRING *ls);
|
||||
|
||||
extern sys_var *Sys_autocommit_ptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue