-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ddl: add a binlog when dropping column (#13536) (#13613) #13974
Conversation
PTAL @crazycs520 @suzaku |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PTAL @crazycs520 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
@zimulala merge failed. |
/run-all-tests |
@@ -122,7 +122,7 @@ func (s *testStatisticsSuite) TestCMSketchCoding(c *C) { | |||
} | |||
bytes, err := encodeCMSketch(lSketch) | |||
c.Assert(err, IsNil) | |||
c.Assert(len(bytes), Equals, 61455) | |||
c.Assert(len(bytes), Equals, 61457) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update it because tipb is newer.
PTAL @lamxTyler
/run-all-tests |
Cherry pick #13536 to v2.1
conflicts:
go.mod
go.sum
related to pingcap/tipb#158
Release note