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.cc | |
parent | a19ddf01176ec979b26ef367dd98f135e07049b7 (diff) | |
download | mariadb-git-579f644360768f3318faf0ccfed4578f7190c2c3.tar.gz |
Fix warnings
Diffstat (limited to 'sql/item.cc')
-rw-r--r-- | sql/item.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item.cc b/sql/item.cc index a62f26dc5cf..2c562fc9a2e 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -8862,7 +8862,7 @@ void view_error_processor(THD *thd, void *data) } -inline struct st_select_lex *Item_ident::get_depended_from() const +inline st_select_lex *Item_ident::get_depended_from() const { st_select_lex *dep; if ((dep= depended_from)) |