Commit add76ef5 authored by kostja@dipika.(none)'s avatar kostja@dipika.(none)

Fix -ansi -pedantic compilation error

parent ef36b32e
...@@ -1021,7 +1021,7 @@ bool sys_var_set::update(THD *thd, set_var *var) ...@@ -1021,7 +1021,7 @@ bool sys_var_set::update(THD *thd, set_var *var)
{ {
*value= var->save_result.ulong_value; *value= var->save_result.ulong_value;
return 0; return 0;
}; }
uchar *sys_var_set::value_ptr(THD *thd, enum_var_type type, uchar *sys_var_set::value_ptr(THD *thd, enum_var_type type,
LEX_STRING *base) LEX_STRING *base)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment