Commit 3f35fce1 authored by unknown's avatar unknown
Browse files

sql/item_func.cc

  remove extra ";" after function


sql/item_func.cc:
  remove extra ";" after function
parent 49e641a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4904,7 +4904,7 @@ Item_func_sp::find_and_check_access(THD *thd, ulong want_access,
error:
#endif
  return res;
};
}

bool
Item_func_sp::fix_fields(THD *thd, Item **ref)