Fix -ansi -pedantic compilation error

This commit is contained in:
unknown 2008-02-08 19:33:24 +03:00
parent cb603541b0
commit 13e44e30eb

View File

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