Closed GoodBoyCoder closed 2 weeks ago
Attention: Patch coverage is 75.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 52.65%. Comparing base (
60a81b1
) to head (9aaa658
). Report is 2 commits behind head on 2.x.
Files with missing lines | Patch % | Lines |
---|---|---|
...datasource/exec/mysql/MySQLUpdateJoinExecutor.java | 75.00% | 0 Missing and 1 partial :warning: |
Ⅰ. Describe what this PR did
If the before and agter images are both empty, skip prepareUndoLog directly
Ⅱ. Does this pull request fix one issue?
fixes #6976
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
make an updateJoin statement with an empty query result to test
Ⅴ. Special notes for reviews