sql/item_func.cc

  remove extra ";" after function
parent f35c49f7
...@@ -4904,7 +4904,7 @@ error: ...@@ -4904,7 +4904,7 @@ error:
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