-
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
expression: fix comparing json with string #21903
Conversation
/label needs-cherry-pick-4.0 |
b5c2ca4
to
5687e76
Compare
/cc @XuHuaiyu |
@XuHuaiyu @lzmhhh123 PTAL |
@XuHuaiyu @lzmhhh123 PTAL |
/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
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@ichn-hu merge failed. |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #21958 |
What problem does this PR solve?
Issue Number: close #11883 , also close #13710
Problem Summary:
What is changed and how it works?
What's Changed: remove Parse json tag
How it Works:
MySQL won't implicitly cast string to JSON during comparison.
Related changes
Check List
Tests
Side effects
Release note