summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2019-10-09 22:05:33 +0400
committerSergey Vojtovich <svoj@mariadb.org>2019-10-09 22:08:04 +0400
commitcf71cc838e608b4a4b8ae2557d4957ecb9bef97a (patch)
tree7c96beb6f59db0622ef79018e9a4d64489b48658 /sql
parent892378fb9def2cd38db8c1b0adcb66be2f72e86a (diff)
downloadmariadb-git-cf71cc838e608b4a4b8ae2557d4957ecb9bef97a.tar.gz
After merge fix, this line was removed in adefaef
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_show.cc1
1 files changed, 0 insertions, 1 deletions
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");