Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
GMHDBJD committed Jul 5, 2024
1 parent 007bfa7 commit 2b8e6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ddl/column_type_change_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func TestRowFormat(t *testing.T) {
data, err := h.GetMvccByEncodedKey(encodedKey)
require.NoError(t, err)
// The new format will start with CodecVer = 128 (0x80).
require.Equal(t, []byte{0x80, 0x2, 0x3, 0x0, 0x1, 0x0, 0x1, 0x2, 0x4, 0x3, 0x1, 0x0, 0x4, 0x0, 0x7, 0x0, 0x1, 0x31, 0x32, 0x33, 0x31, 0x32, 0x33, 0x1, 0x26, 0xad, 0x5a, 0xdc}, data.Info.Writes[0].ShortValue)
require.Equal(t, 0x80, data.Info.Writes[0].ShortValue[0])
tk.MustExec("drop table if exists t")
}

Expand Down

0 comments on commit 2b8e6a7

Please sign in to comment.