diff options
author | Mayank Prasad <mayank.prasad@oracle.com> | 2012-04-19 14:57:34 +0530 |
---|---|---|
committer | Mayank Prasad <mayank.prasad@oracle.com> | 2012-04-19 14:57:34 +0530 |
commit | 5203d9bb98bc4696b916317045216de1ee55c663 (patch) | |
tree | 782afc021190795425fa4e29dc313370adaca236 /sql/sql_repl.cc | |
parent | adb352ca3e950666c0fb5ea7ce395886efa61db2 (diff) | |
download | mariadb-git-5203d9bb98bc4696b916317045216de1ee55c663.tar.gz |
BUG#12427262 : 60961: SHOW TABLES VERY SLOW WHEN NOT IN SYSTEM DISK CACHE
Reason:
This is a regression happened because of changes done in code refactoring
in 5.1 from 5.0.
Issue:
While doing "Show tables" lex->verbose was being checked to avoid opening
FRM files to get table type. In case of "Show full table", lex->verbose
is true to indicate table type is required. In 5.0, this check was
present which got missing in >=5.5.
Fix:
Added the required check to avoid opening FRM files unnecessarily in case
of "Show tables".
Diffstat (limited to 'sql/sql_repl.cc')
0 files changed, 0 insertions, 0 deletions