From cf71cc838e608b4a4b8ae2557d4957ecb9bef97a Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Wed, 9 Oct 2019 22:05:33 +0400 Subject: [PATCH] After merge fix, this line was removed in adefaef --- sql/sql_show.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_show.cc b/sql/sql_show.cc index deb1feb4f08..a93abe1ea77 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -4615,7 +4615,6 @@ fill_schema_table_by_open(THD *thd, MEM_ROOT *mem_root, DBUG_ASSERT(thd->lex == lex); result= open_tables_only_view_structure(thd, table_list, can_deadlock); - (void) read_statistics_for_tables_if_needed(thd, table_list); DEBUG_SYNC(thd, "after_open_table_ignore_flush");