-
Notifications
You must be signed in to change notification settings - Fork 188
Conversation
/lgtm |
/lgtm cancel |
@lance6716,cancel success. |
/lgtm |
enable-gtid: false | ||
enable-gtid: true | ||
|
||
relay-binlog-gtid: "e68f6068-53ec-11eb-9c5f-0242ac110003:1-50" |
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.
there's a case that user didn't specify flavor or gtid, expecting starting relay at position of SHOW MASTER STATUS
. Will SHOW MASTER STATUS
returned empty Executed_Gtid_Set
? If so, error message of "empty flavor with empty gtid is invalid" is misleading because he could only left them empty to use position of SHOW MASTER STATUS
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.
The flavor
should not be empty since we have adjusted it or specify it, otherwise it is a bug. So empty flavor with empty gtid is invalid
should not happen.
/run-all-tests |
5 similar comments
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-all-tests |
/run-all-tests |
PTAL @lichunzhu @3pointer |
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
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-2.0 in PR #1395 |
What problem does this PR solve?
close #1380 #1379
What is changed and how it works?
Check List
Tests