-
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
Result of function ROUND is different from MySQL #11205
Comments
In MySQL 8.0.15:
|
It looks like TiDB uses the MySQL 8.0 behavior here (with correct error code and message). Functions are not explicitly documented in the docs yet, but until it is known to affect a user this should be categorized as a compatibility issue and not a bug. It is not expected to specify decimals (i.e. |
@SunRunAway @nullnotnil Can we close this issue? |
Yes, I think it is acceptable to close as "won't fix". We can review if there are requests to the counter. |
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)?8c20289
The text was updated successfully, but these errors were encountered: