Skip to content

Commit

Permalink
*: support clustered index for fast analyze (pingcap#18767)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangenta authored Aug 7, 2020
1 parent eb76676 commit 07ae607
Show file tree
Hide file tree
Showing 23 changed files with 511 additions and 413 deletions.
2 changes: 1 addition & 1 deletion ddl/column_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func (s *testColumnSuite) checkColumnKVExist(ctx sessionctx.Context, t table.Tab
}
colMap := make(map[int64]*types.FieldType)
colMap[col.ID] = &col.FieldType
rowMap, err := tablecodec.DecodeRow(data, colMap, ctx.GetSessionVars().Location())
rowMap, err := tablecodec.DecodeRowToDatumMap(data, colMap, ctx.GetSessionVars().Location())
if err != nil {
return errors.Trace(err)
}
Expand Down
Loading

0 comments on commit 07ae607

Please sign in to comment.