Fix the typo in fix for MDEV-21472

This commit is contained in:
Sergei Petrunia 2020-08-03 13:03:37 +03:00
parent acfc500d03
commit 8bca92c884

View File

@ -738,7 +738,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
*/ */
collect_eis= collect_eis=
(table->table->s->table_category == TABLE_CATEGORY_USER && (table->table->s->table_category == TABLE_CATEGORY_USER &&
!(lex->alter_info.flags &= Alter_info::ALTER_ADMIN_PARTITION) && !(lex->alter_info.flags & Alter_info::ALTER_ADMIN_PARTITION) &&
(get_use_stat_tables_mode(thd) > NEVER || (get_use_stat_tables_mode(thd) > NEVER ||
lex->with_persistent_for_clause)); lex->with_persistent_for_clause));