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 | bf4161adae1a0b103d5424f2fe3ec8c167311997 (patch) | |
tree | 782afc021190795425fa4e29dc313370adaca236 /mysql-test/r/bug12427262.result | |
parent | 892106db9219f2714a65bd0d07da262c5aaa8fca (diff) | |
download | mariadb-git-bf4161adae1a0b103d5424f2fe3ec8c167311997.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 'mysql-test/r/bug12427262.result')
0 files changed, 0 insertions, 0 deletions