-
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
wrong result and panic when joining dual table #12065
Labels
challenge-program
duplicate
Issues or pull requests already exists.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
severity/major
sig/execution
SIG execution
type/bug
The issue is confirmed as a bug.
Comments
select a in (select 0)xx from (select null as a)x This sql will cause panic |
jingyugao
changed the title
wrong reuslt of
wrong reuslt and panic when joining dual table
Sep 7, 2019
select null in (select 1)
@jingyugao Nice catch! Would you like to fix it? |
I will have a try. |
The running internals in MySQL is listed below:
We can conclude that |
55 tasks
SunRunAway
added
the
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
label
Jun 1, 2020
I believe this is a duplicate of #3773 |
ghost
added
the
correctness
label
Aug 6, 2020
ghost
changed the title
wrong reuslt and panic when joining dual table
wrong result and panic when joining dual table
Aug 6, 2020
duplicate with #3773 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
challenge-program
duplicate
Issues or pull requests already exists.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
severity/major
sig/execution
SIG execution
type/bug
The issue is confirmed as a bug.
Description
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)?5.7.25-TiDB-v4.0.0-alpha-201-g702854f02
SIG slack channel
#sig-exec
Score
Mentor
The text was updated successfully, but these errors were encountered: