From f94fd4b730a35183c63c7640606fede20a60e6e4 Mon Sep 17 00:00:00 2001 From: Aleksey Midenkov Date: Wed, 3 May 2017 12:09:17 +0300 Subject: [PATCH] Style: warning fix --- sql/sql_base.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_base.cc b/sql/sql_base.cc index bf6f2c3931e..8cdc835c0df 100644 --- a/sql/sql_base.cc +++ b/sql/sql_base.cc @@ -7598,7 +7598,7 @@ insert_fields(THD *thd, Name_resolution_context *context, const char *db_name, if ((sys_field && (thd->lex->sql_command == SQLCOM_CREATE_VIEW || slex->nest_level > 0 || - vers_hide == VERS_HIDE_FULL && thd->lex->sql_command != SQLCOM_CREATE_TABLE)) || + (vers_hide == VERS_HIDE_FULL && thd->lex->sql_command != SQLCOM_CREATE_TABLE))) || ((fl & HIDDEN_FLAG) && ( !sys_field || vers_hide == VERS_HIDE_IMPLICIT ||