Commit b8c47718 authored by lenz@kallisto.local's avatar lenz@kallisto.local

- removed extraneous Item_ident:: to fix a compile error 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