[MDEV-30870] undo tablespace name displays wrongly for I_S queries Created: 2023-03-17  Updated: 2023-03-17  Resolved: 2023-03-17

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - InnoDB
Affects Version/s: 10.6, 10.8, 10.9, 10.10, 10.11, 11.0
Fix Version/s: 10.11.3, 11.0.2, 10.6.13, 10.8.8, 10.9.6, 10.10.4

Type: Bug Priority: Major
Reporter: Thirunarayanan Balathandayuthapani Assignee: Thirunarayanan Balathandayuthapani
Resolution: Fixed Votes: 0
Labels: None


 Description   

InnoDB I_S queries displays innodb_system for undo tablespaces.

select * from information_schema.innodb_sys_tablespaces;
SPACE	NAME	FLAG	ROW_FORMAT	PAGE_SIZE	FILENAME	FS_BLOCK_SIZE	FILE_SIZE	ALLOCATED_SIZE
0	innodb_system	21	NULL	16384	./ibdata1	4096	12582912	12582912
1	innodb_system	21	NULL	16384	.//undo001	4096	10485760	10485760
2	innodb_system	21	NULL	16384	.//undo002	4096	10485760	10485760
3	innodb_system	21	NULL	16384	.//undo003	4096	10485760	10485760

innodb_undo001, innodb_undo002 etc should be displayed for undo tablespaces


Generated at Thu Feb 08 10:19:31 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.