diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-05-20 00:44:21 +0200 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-05-20 00:44:21 +0200 |
commit | 579f644360768f3318faf0ccfed4578f7190c2c3 (patch) | |
tree | 63bfa52bb0da0a67a093f2131383f3ce22a71155 /sql/item.h | |
parent | a19ddf01176ec979b26ef367dd98f135e07049b7 (diff) | |
download | mariadb-git-579f644360768f3318faf0ccfed4578f7190c2c3.tar.gz |
Fix warnings
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.h b/sql/item.h index 68ce9ffdc9e..3056dd43795 100644 --- a/sql/item.h +++ b/sql/item.h @@ -1637,7 +1637,7 @@ public: Item_ident(TABLE_LIST *view_arg, const char *field_name_arg); const char *full_name() const; void cleanup(); - struct st_select_lex *get_depended_from() const; + st_select_lex *get_depended_from() const; bool remove_dependence_processor(uchar * arg); virtual void print(String *str, enum_query_type query_type); virtual bool change_context_processor(uchar *cntx) |