-
Notifications
You must be signed in to change notification settings - Fork 411
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
The result of where <string>
is wrong because it will be converted to int
type.
#3447
Labels
affects-4.0
affects-5.0
affects-5.1
affects-5.2
affects-5.3
found/automation
severity/major
type/bug
The issue is confirmed as a bug.
Comments
minimal reproduce: create table t(a char(5));
alter table t set tiflash replica 1;
insert into t values ('0.1');
mysql> select /*+ read_from_storage(tiflash[t]) */ * from t where a;
Empty set (0.01 sec) |
root cause: the semantics of |
LittleFall
changed the title
The result of case when function is wrong in some boundary conditions
The result of Nov 17, 2021
where <string>
is wrong in some boundary conditions.
LittleFall
changed the title
The result of
The result of Nov 17, 2021
where <string>
is wrong in some boundary conditions.where <string>
is wrong because it will be converted to int
type.
This was referenced Nov 18, 2021
12 tasks
This was referenced Dec 28, 2021
ti-chi-bot
added a commit
that referenced
this issue
Apr 15, 2022
ti-chi-bot
added a commit
that referenced
this issue
Jun 17, 2022
This was referenced Jun 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-4.0
affects-5.0
affects-5.1
affects-5.2
affects-5.3
found/automation
severity/major
type/bug
The issue is confirmed as a bug.
release-5.3
The text was updated successfully, but these errors were encountered: