apache / shardingsphere

Empowering Data Intelligence with Distributed SQL for Sharding, Scalability, and Security Across All Databases.
Apache License 2.0
19.99k stars 6.75k forks source link

Supports the system table metadata build which added in MySQL 8.X version #30483

Open strongduanmu opened 8 months ago

strongduanmu commented 8 months ago

Feature Request

Is your feature request related to a problem?

No

Describe the feature you would like.

After we simulated the MySQL/PostgreSQL and openGauss system tables in #24662, MySQL 8.x added new system tables that are not currently supported, such as role_edges.

Therefore, in order to improve compatibility with MySQL 8.X, we need to follow the steps in #24662 to add metadata for these system tables and add tests for these system tables in the E2E test db_tbl_sql_federation scenario.

Target file location to be modified:

image

dongzl commented 8 months ago

Hi, @strongduanmu I want to try it, Thanks.

strongduanmu commented 8 months ago

@dongzl Welcome, I just assign it to you.

github-actions[bot] commented 7 months ago

There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.