Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.21, 5.3.3, 5.2.10, 5.1.41
-
None
-
None
Description
SHOW FULL TABLES opens every frm file to know the table type - whether it's a base table or a view.
SHOW TABLES does the same, although the table type is not part of the result, it's ignored. This unnecessary work is reported to add a two orders of magnitude slowdown.