Skip to content

Commit

Permalink
Fix the typo in fix for MDEV-21472
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed Aug 3, 2020
1 parent acfc500 commit 8bca92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/sql_admin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables,
*/
collect_eis=
(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 ||
lex->with_persistent_for_clause));

Expand Down

0 comments on commit 8bca92c

Please sign in to comment.