diff --git a/internal/storage/data_codec.go b/internal/storage/data_codec.go index b0fa45ec80..6a293f18b5 100644 --- a/internal/storage/data_codec.go +++ b/internal/storage/data_codec.go @@ -32,8 +32,11 @@ import ( ) const ( - Ts = "ts" - DDL = "ddl" + // Ts is blob key "ts" + Ts = "ts" + // DDL is blob key "ddl" + DDL = "ddl" + // IndexParamsKey is blob key "indexParams" IndexParamsKey = "indexParams" )