-
Notifications
You must be signed in to change notification settings - Fork 0
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
P2-[4.0 Bug Hunting]-[Strange Warnings]-Truncated incorrect FLOAT value #80
Comments
I think it's expected behavior.
|
But where does the 'FLOAT' come from? There isn't any column with such types. I would also consider it as an undesired behavior. |
https://dev.mysql.com/doc/refman/8.0/en/type-conversion.html
|
I think there is a similar issue here https://bugs.mysql.com/bug.php?id=46641&error=un It is more like a feature than a bug. |
/bug no bug |
More parameters are required. |
/bug not bug |
More parameters are required. |
1 similar comment
More parameters are required. |
/bug non-bug |
Bug Report
1. What did you do?
2. What did you expect to see?
No warnings.
3. What did you see instead?
There is no column with
FLOAT
from the tables.4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)Git log:
With
select tidb_version();
:The text was updated successfully, but these errors were encountered: