Skip to content

Commit

Permalink
Merge branch 'cherry-pick-0' of github.com:Lloyd-Pottiger/tiflash int…
Browse files Browse the repository at this point in the history
…o cherry-pick-0
  • Loading branch information
Lloyd-Pottiger committed Jul 31, 2024
2 parents eac7233 + ab8149a commit e0a38ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/TiDB/Schema/TiDB.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ enum ColumnFlag

// Codec flags.
// In format: TiDB codec flag, int value.
// Defined in pingcap/tidb pkg/util/codec/codec.go
#ifdef M
#error "Please undefine macro M first."
#endif
Expand All @@ -155,7 +156,6 @@ enum ColumnFlag
M(VectorFloat32, 20) \
M(Max, 250)

// Defined in pingcap/tidb pkg/util/codec/codec.go
enum CodecFlag
{
#ifdef M
Expand Down

0 comments on commit e0a38ae

Please sign in to comment.