[TiDB Usage Environment] Poc
[TiDB Version] 7.1
[Reproduction Path] What operations were performed when the issue occurred
[Encountered Issue: Issue Phenomenon and Impact]
[Resource Configuration] Go to TiDB Dashboard - Cluster Info - Hosts and take a screenshot of this page
[Attachment: Screenshot/Log/Monitoring]
Description:
In version 7.1, user attributes can be viewed through the tables mysql.user and INFORMATION_SCHEMA.USER_ATTRIBUTES. However, currently, only the User_attributes field in mysql.user can display resource group information.
Add a column user_attributes to mysql.user table to store ATTRIBUTE and COMMENT, and add a view information_schema.user_attributes for users to access user attributes.
Issue:
After implementing the resource control feature, should the values in INFORMATION_SCHEMA.USER_ATTRIBUTES also be updated?