-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
infoschema: fix load drop database schema bug and refine db-table api error. #11573
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11573 +/- ##
===========================================
Coverage 81.2163% 81.2163%
===========================================
Files 426 426
Lines 91846 91846
===========================================
Hits 74594 74594
Misses 11887 11887
Partials 5365 5365 |
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 |
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
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
cherry pick to release-2.1 failed |
cherry pick to release-3.0 failed |
What problem does this PR solve?
infoSchema.sortedTablesBuckets
after drop database.curl http://$IP:10080/db-table/{table_id}
should return error when we cann't find the database info.What is changed and how it works?
Fix bug of
applyDropSchema
function.Check List
Tests
Code changes
Side effects
Related changes