Commit 3681b535 authored by Greg@greg-laptop's avatar Greg@greg-laptop

Remove extraneous class delimiter to fix compile errors on HP-UX.

parent a9e36185
......@@ -252,7 +252,7 @@ class Item_ident :public Item
st_select_lex *depended_from;
Item_ident(const char *db_name_par,const char *table_name_par,
const char *field_name_par);
Item_ident::Item_ident(THD *thd, Item_ident *item);
Item_ident(THD *thd, Item_ident *item);
const char *full_name() const;
bool remove_dependence_processor(byte * arg);
......
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