You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./mysqld Ver 5.7.36-StoneDB for Linux on x86_64 (build-)
build information as follow:
Repository address: https://github.com/stoneatom/stonedb.git:stonedb-5.7-dev
Branch name: stonedb-5.7-dev
Last commit ID: c91a29e
Last commit time: Date: Mon Oct 24 03:25:06 2022 +0000
Build time: Date: Mon 24 Oct 2022 11:09:00 AM UTC
Are you interested in submitting a PR to solve the problem?
Yes, I will!
The text was updated successfully, but these errors were encountered:
haitaoguan
changed the title
If the field you used in the join condition is indexed, using "NOT EXISTS" will return wrong result.
If the field you used in the join condition is an index column, using "NOT EXISTS" will return wrong result.
Nov 18, 2022
haitaoguan
changed the title
If the field you used in the join condition is an index column, using "NOT EXISTS" will return wrong result.
bug:If the field you used in the join condition is an index column, using "NOT EXISTS" will return wrong result.
Nov 21, 2022
haitaoguan
changed the title
bug:If the field you used in the join condition is an index column, using "NOT EXISTS" will return wrong result.
bug:If the field you used in the join condition is primary key, using "NOT EXISTS" will return wrong result.
Nov 29, 2022
Have you read the Contributing Guidelines on issues?
Please confirm if bug report does NOT exists already ?
Describe the problem
If we set the parameter “tianmu_index_search=off", will return right result.
If the field you used in the join condition is not an index column, using "NOT EXISTS" will return right result.Independent of parameters.
Expected behavior
How To Reproduce
No response
Environment
./mysqld Ver 5.7.36-StoneDB for Linux on x86_64 (build-)
build information as follow:
Repository address: https://github.com/stoneatom/stonedb.git:stonedb-5.7-dev
Branch name: stonedb-5.7-dev
Last commit ID: c91a29e
Last commit time: Date: Mon Oct 24 03:25:06 2022 +0000
Build time: Date: Mon 24 Oct 2022 11:09:00 AM UTC
Are you interested in submitting a PR to solve the problem?
The text was updated successfully, but these errors were encountered: