Commit 1c6a6951 authored by Igor Babaev's avatar Igor Babaev

Fixed a compiler problem.

parent d267695b
...@@ -8862,7 +8862,7 @@ void view_error_processor(THD *thd, void *data) ...@@ -8862,7 +8862,7 @@ void view_error_processor(THD *thd, void *data)
} }
inline st_select_lex *Item_ident::get_depended_from() const st_select_lex *Item_ident::get_depended_from() const
{ {
st_select_lex *dep; st_select_lex *dep;
if ((dep= depended_from)) if ((dep= depended_from))
......
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