-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
expression: check if period is valid in period_add
#10380
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #10380 +/- ##
================================================
+ Coverage 77.3505% 77.3514% +0.0008%
================================================
Files 412 412
Lines 85724 85692 -32
================================================
- Hits 66308 66284 -24
+ Misses 14387 14379 -8
Partials 5029 5029 |
period_add
is not compatible with MySQLperiod_add
PTAL |
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 |
/run-all-tests |
To solve the CI problem, I |
What problem does this PR solve?
fix #9736.
What is changed and how it works?
add
validPeriod
.Check List
Tests