Support information_schema.PARTITIONS #13905
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
type/enhancement
The issue or PR belongs to an enhancement.
type/new-feature
Feature Request
I'm always frustrated when I'm trying to find partitioned tables in TiDB. I have to get table info then check partition through parser, get highest partition info, then add partition. It's too complicated.
In MySQL, the PARTITIONS table provides information about table partitions. Each row in this table corresponds to an individual partition or subpartition of a partitioned table. Link
The text was updated successfully, but these errors were encountered: