[MDEV-29479] I_S.INNODB_SYS_TABLESPACES doesn't have temporary tablespace information Created: 2022-09-07 Updated: 2022-12-09 Resolved: 2022-09-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.3.37, 10.4.27, 10.5.18, 10.6.11, 10.7.7, 10.8.6, 10.9.4, 10.10.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Thirunarayanan Balathandayuthapani | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
Innodb_sys_tablespaces view in information schema doesn't show temporary tablespace
Above output should include temporary tablespace information with space as 0xFFFFFFFE |
| Comments |
| Comment by Marko Mäkelä [ 2022-09-07 ] | |||
|
This looks OK to me. I think that it needs to be tested in both 10.3 and 10.6. The 10.6 code base is a little different because the system table SYS_TABLESPACES was removed in | |||
| Comment by Matthias Leich [ 2022-09-12 ] | |||
|
| |||
| Comment by Marko Mäkelä [ 2022-12-09 ] | |||
|
After this fix, the following query will return 4294967294:
|