-
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
table:fix desc table not compatibile with MySQL #10022
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10022 +/- ##
================================================
+ Coverage 77.5135% 77.5183% +0.0048%
================================================
Files 403 403
Lines 81916 81898 -18
================================================
- Hits 63496 63486 -10
+ Misses 13708 13707 -1
+ Partials 4712 4705 -7 |
/run-all-tests |
I will help you to fix the test. |
thank you @xiekeyi98 |
/run-all-tests tidb-test=pr/774 |
/run-all-tests tidb-test=pr/774 |
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
LGTM |
/run-all-tests |
/run-all-tests tidb-test=pr/774 |
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.
DO NOT REMEBER to review this PR: https://github.com/pingcap/tidb-test/pull/774
/run-all-tests tidb-test=pr/774 |
What problem does this PR solve?
Fix desc table not compatible with MySQL. #9983
What is changed and how it works?
Check List
Tests