[MDEV-2830] LP:454258 - information_schema.xtradb_enhancements is not visible in SHOW TABLES Created: 2009-10-17  Updated: 2012-10-04  Resolved: 2012-10-04

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Sergei Petrunia Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: Launchpad

Attachments: XML File LPexportBug454258.xml    

 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)



 Comments   
Comment by Hakan Küçükyılmaz (Inactive) [ 2010-05-27 ]

Re: information_schema.xtradb_enhancements is not visible in SHOW TABLES
This is fixed and released:

au0013:~ hakan$ mysql -uroot
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.1.44b-MariaDB-log Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use information_schema;
Database changed
mysql> show tables like 'xtradb_enhancements';
----------------------------------------------------

Tables_in_information_schema (xtradb_enhancements)

----------------------------------------------------

XTRADB_ENHANCEMENTS

----------------------------------------------------
1 row in set (0.00 sec)

mysql> select name from xtradb_enhancements limit 1;
--------------------------

name

--------------------------

xtradb_show_enhancements

--------------------------
1 row in set (0.00 sec)

mysql>

Comment by Rasmus Johansson (Inactive) [ 2010-05-27 ]

Launchpad bug id: 454258

Generated at Thu Feb 08 06:44:30 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.