-
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
fix the STR_TO_DATE incompatible between MySQL and TiDB #12623
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12623 +/- ##
===========================================
Coverage ? 79.8518%
===========================================
Files ? 462
Lines ? 105007
Branches ? 0
===========================================
Hits ? 83850
Misses ? 14944
Partials ? 6213 |
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 |
Failed to select str_to_date('20190101', '%Y%m%d%f');
@AilinKid, @tiancaiamao, @wjhuang2016, PTAL. |
Please address comment @lonng |
Signed-off-by: Lonng <heng@lonng.org>
Signed-off-by: Lonng <heng@lonng.org>
Signed-off-by: Lonng <heng@lonng.org>
/run-all-tests |
/run-integration-common-test |
LGTM |
cherry pick to release-3.0 in PR #12725 |
cherry pick to release-3.1 in PR #12726 |
cherry pick to release-2.1 failed |
Signed-off-by: Lonng <heng@lonng.org>
Signed-off-by: Lonng heng@lonng.org
What problem does this PR solve?
The result of
select str_to_date('20190101','%Y%m%d%H%i%s')
is incompitable between MySQL and TiDB.MySQL
TiDB
What is changed and how it works?
Fix it.
Check List
Tests
Release note