package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
CheckIndicesCount compares indices count with table count.
CheckRecordAndIndex is exported for testing.
# Constants
IdxCntGreater means that the number of index rows is more than the number of table rows.
TblCntGreater means that the number of table rows is more than the number of index rows.
# Variables
ErrAdminCheckTable returns when the table records is inconsistent with the index values.
# Structs
RecordData is the record data composed of a handle and values.