Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
information_schema.xtradb_enhancements is not visible in SHOW TABLES:
mysql> use information_schema;
Database changed
mysql> show tables like 'xtradb_enhancements';
Empty set (0.00 sec)
mysql> select name from xtradb_enhancements limit 1;
--------------------------
| name |
--------------------------
| xtradb_show_enhancements |
--------------------------
1 row in set (0.00 sec)