-
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
The 'xor' result is different between tidb and mysql8 #12867
Comments
On MySQL 5.7 mysql> select version();
+-----------+
| version() |
+-----------+
| 5.7.29 |
+-----------+
1 row in set (0.00 sec)
mysql> select 0.001 xor 0;
+-------------+
| 0.001 xor 0 |
+-------------+
| 0 |
+-------------+
1 row in set (0.00 sec) On TiDB,
TiDB is currently aimed to be compatible with MySQL 5.7. Closing it. Feel free to reopen this issue if you or someone have further questions. |
I've created a bug report to MySQL, https://bugs.mysql.com/bug.php?id=99119 |
Hi, @sduzh |
@SunRunAway I can fix this. |
master: v4.0.0-beta.2-479-g0ae08fa8f verified |
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
tidb-server -V
or runselect tidb_version();
on TiDB)?The text was updated successfully, but these errors were encountered: