-
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
P0-[4.0 bug hunting]-[WHERE clause]-Wrong NULL value evaluation result in INCORRECT query results #64
Comments
/bug P1 |
@shuke987 Not sure why this is P1 but not P0, it could cause wrong return results. Could you explain the reason that I could better tag the later new bugs? |
@Reminiscent |
@SunRunAway Sure. This issue can be fixed by #16542. Should we close this issue? |
@shuke987 This issue is fixed by pingcap/tidb#16542 and can be closed. |
@zhangysh1995 hi, this is a bug which causes wrong return results, but it is an expression corner case. We treat these corner cases as P1 bug. |
Thanks for the explanation! You may close the issue now! @shuke987 |
Bug Report
1. What did you do?
Running
wreck-it
with the default command line.2. What did you expect to see?
It should return some rows in the table (where the
col_float=NULL
).3. What did you see instead?
It returns empty set.
4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)The text was updated successfully, but these errors were encountered: