mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fixed a compiler problem.
This commit is contained in:
parent
2feb13cdb4
commit
aabb172f49
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue