Fix -ansi -pedantic compilation error

This commit is contained in:
kostja@dipika.(none) 2008-02-08 19:33:24 +03:00
parent ef36b32ef0
commit add76ef5d5

View file

@ -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)