mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fix -ansi -pedantic compilation error
This commit is contained in:
parent
ef36b32ef0
commit
add76ef5d5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue