Fixed a compiler problem.

This commit is contained in:
Igor Babaev 2011-05-19 23:13:50 -07:00
parent 2feb13cdb4
commit aabb172f49

View file

@ -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;
if ((dep= depended_from))