Commit 3f35fce1 authored by unknown's avatar unknown

sql/item_func.cc

  remove extra ";" after function


sql/item_func.cc:
  remove extra ";" after function
parent 49e641a0
...@@ -4904,7 +4904,7 @@ Item_func_sp::find_and_check_access(THD *thd, ulong want_access, ...@@ -4904,7 +4904,7 @@ Item_func_sp::find_and_check_access(THD *thd, ulong want_access,
error: error:
#endif #endif
return res; return res;
}; }
bool bool
Item_func_sp::fix_fields(THD *thd, Item **ref) Item_func_sp::fix_fields(THD *thd, Item **ref)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment