-
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
Incompatible issue related to JSON functions #13710
Comments
Thanks for your report, could you fire a PR to solve it? |
ok, I will take a try. |
related issue #11883 |
the behaviour of MySQL:8 is a little strange.
in TiDB master branch, we have:
I think the TiDB's result of this case is more reasonable. How should we handle this condition? |
@js00070 We can file a bug issue to the MySQL Team through https://bugs.mysql.com/ |
@zz-jason , No, it's our bug, currently |
more incompatible cases in MySQL:8
in TiDB master
in MySQL:8
in TiDB master
in MySQL:8
in TiDB master
|
MySQL 8.0 document (https://dev.mysql.com/doc/refman/8.0/en/json.html#json-comparison) and mysql uses an workaround
Should we implement this workaround in TiDB? @zz-jason @wjhuang2016 |
/assign @ichn-hu |
This bug can also be fixed by #21903 |
Please edit this comment or add a new comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA) (optional)2. Symptom (optional)3. All Trigger Conditions (optional)4. Workaround (optional)5. Affected versions6. Fixed versions |
Bug Report
Seems there's an incompatible issue related to JSON functions
in MySQL:5.7
in MySQL:8
tidb-server -V
or runselect tidb_version();
on TiDB)?The text was updated successfully, but these errors were encountered: