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

Fix -ansi -pedantic compilation error

parent ef36b32e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1021,7 +1021,7 @@ bool sys_var_set::update(THD *thd, set_var *var)
{
  *value= var->save_result.ulong_value;
  return 0;
};
}

uchar *sys_var_set::value_ptr(THD *thd, enum_var_type type,
                              LEX_STRING *base)