1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Style: warning fix

This commit is contained in:
Aleksey Midenkov
2017-05-03 12:09:17 +03:00
parent 44506f2669
commit f94fd4b730

View File

@ -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 ||