-
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
ERROR 1105 (HY000): tidb_cast to Int32 is not supported #23907
Labels
affects-5.0
This bug affects 5.0.x versions.
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
component/expression
severity/major
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Comments
duplicated pingcap/tiflash#1727 |
Reopen it since TiDB should not generated implicit cast to cast something to |
wjhuang2016
added
sig/planner
SIG: Planner
and removed
sig/sql-infra
SIG: SQL Infra
labels
May 24, 2021
Closed
12 tasks
ichn-hu
added
affects-5.0
This bug affects 5.0.x versions.
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
labels
Sep 29, 2021
Please check whether the issue should be labeled with 'affects-x.y' or 'fixes-x.y.z', and then remove 'needs-more-info' label. |
This was referenced Oct 8, 2021
ti-chi-bot
pushed a commit
that referenced
this issue
Dec 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.0
This bug affects 5.0.x versions.
affects-5.1
This bug affects 5.1.x versions.
affects-5.2
This bug affects 5.2.x versions.
component/expression
severity/major
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
mysql -h172.16.5.85 -P53324 -uroot -D ssjoin10000
set @@tidb_isolation_level="tiflash";
2. What did you expect to see? (Required)
runs ok
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
master of nightly
The text was updated successfully, but these errors were encountered: