Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.5.21, 5.3.3, 5.2.10, 5.1.41
-
Component/s: None
-
Labels: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.