[MDEV-12991] INNODB_% tables missing in INFORMATION_SCHEMA when using oracle InnoDb instead of XtraDb Created: 2017-06-05 Updated: 2017-06-05 Resolved: 2017-06-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.1.24 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Peter Shchuchkin | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 7.0 and Centos 7.3 |
||
| Description |
|
When using InnoDb instead of XtraDb INNODB_% tables are totally missing in INFORMATION_SCHEMA Steps to reproduce:
This does not affect 10.2 |
| Comments |
| Comment by Sergei Golubchik [ 2017-06-05 ] | ||
|
This is not a bug. With the
you tell the server to load innodb plugin from the file ha_innodb.so. Naturally no information_schema plugins are loaded, because you didn't ask for it.
which means load all plugins from ha_innodb.so. | ||
| Comment by Peter Shchuchkin [ 2017-06-05 ] | ||
|
Thank you, it really works! May be you should consider to update documentation, I've taken ini parameters from the docs here https://mariadb.com/kb/en/mariadb/using-innodb-instead-of-xtradb/ | ||
| Comment by Sergei Golubchik [ 2017-06-05 ] | ||
|
Right. I've updated it, thanks. |