mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Portability fix
This commit is contained in:
parent
26aae2abbb
commit
2e77049d09
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue