diff --git a/model/model.go b/model/model.go index 248fb9ffa..994a272a1 100644 --- a/model/model.go +++ b/model/model.go @@ -212,6 +212,8 @@ type TableInfo struct { // ShardRowIDBits specify if the implicit row ID is sharded. ShardRowIDBits uint64 + // MaxShardRowIDBits uses to record the max ShardRowIDBits be used so far. + MaxShardRowIDBits uint64 `json:"max_shard_row_id_bits"` Partition *PartitionInfo `json:"partition"`