[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: |
|
| Description |
|
information_schema.xtradb_enhancements is not visible in SHOW TABLES: mysql> use information_schema; mysql> select name from xtradb_enhancements limit 1;
--------------------------
-------------------------- |
| Comments |
| Comment by Hakan Küçükyılmaz (Inactive) [ 2010-05-27 ] | ||||
|
Re: information_schema.xtradb_enhancements is not visible in SHOW TABLES au0013:~ hakan$ mysql -uroot Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use information_schema;
----------------------------------------------------
---------------------------------------------------- mysql> select name from xtradb_enhancements limit 1;
--------------------------
-------------------------- mysql> | ||||
| Comment by Rasmus Johansson (Inactive) [ 2010-05-27 ] | ||||
|
Launchpad bug id: 454258 |