Portability fix

This commit is contained in:
monty@mysql.com 2003-12-21 15:56:41 +02:00
parent 26aae2abbb
commit 2e77049d09

View file

@ -331,7 +331,7 @@ public:
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);