Fix -ansi -pedantic compilation error
This commit is contained in:
parent
cb603541b0
commit
13e44e30eb
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user