Bug #95751 | information_schema.INNODB_TABLESPACES show wrong table name | ||
---|---|---|---|
Submitted: | 12 Jun 2019 11:21 | Modified: | 12 Jun 2019 12:48 |
Reporter: | yuhui wang | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 8.0.16 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | INNODB_TABLESPACES, partition table |
[12 Jun 2019 11:21]
yuhui wang
[12 Jun 2019 12:48]
MySQL Verification Team
Hi Mr. Wang, Thank you for your bug report. However, this is not a bug. Instead of the queries that you have used, you should have used a query like this one: SELECT PARTITION_NAME FROM INFORMATION_SCHEMA.PARTITIONS WHERE TABLE_NAME = 'members'; NAME is a column name for the entire table, while each partition has its own name. I_S and InnoDB SE use different delimiters to present table name, but that is irrelevant, because table name is NOT a partition name, as I explained above. Not a bug.