[MDEV-27886] innodb temporay tablespace files are not shown correctly Created: 2022-02-18 Updated: 2022-05-10 Resolved: 2022-05-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation, Storage Engine - InnoDB |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Oli Sennhauser | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | innodb, table, tablespace, temporary | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
According to MariaDB documentation, this query: https://mariadb.com/kb/en/innodb-temporary-tablespaces/ SELECT FILE_NAME AS "File Name", should show some results when using explicit temporary innodb tables: create temporary table temp_random ( but does not. Possibly related to: https://jira.mariadb.org/browse/MDEV-26782 |
| Comments |
| Comment by Marko Mäkelä [ 2022-03-11 ] |
|
I believe that INFORMATION_SCHEMA.FILES never returned anything for InnoDB in MariaDB. In In any case, the documentation is wrong if it really says that about INFORMATION_SCHEMA.FILES. It could be that the view always returns the empty result in MariaDB. |
| Comment by Ian Gilfillan [ 2022-05-10 ] |
|
Example has been removed. |