Issue
The TiDB's mysql Schema document lists TiDB system tables but lacks detailed explanations of the fields within these tables. These explanations are crucial for users to comprehend these tables, particularly tables that are not compatible with MySQL, such as stats_histograms.
Request
Add field explanations for mysql schema tables.
Issue
The TiDB's
mysqlSchema document lists TiDB system tables but lacks detailed explanations of the fields within these tables. These explanations are crucial for users to comprehend these tables, particularly tables that are not compatible with MySQL, such asstats_histograms.Request
Add field explanations for
mysqlschema tables.