-
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
Invalid results using BETWEEN...AND... with type conversion #11177
Labels
challenge-program
component/expression
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
SunRunAway
added
type/bug
The issue is confirmed as a bug.
component/expression
and removed
component/expression
labels
Jul 10, 2019
37 tasks
SunRunAway
added
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
and removed
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
labels
Jul 12, 2019
Confirming this can still be reproduced: mysql> select tidb_version()\G
*************************** 1. row ***************************
tidb_version(): Release Version: v4.0.0-beta.2-745-g2b0b34b88
Edition: Community
Git Commit Hash: 2b0b34b88e43ad20f4e5ab1a0b5daf7ae6ff6046
Git Branch: master
UTC Build Time: 2020-07-09 10:12:32
GoVersion: go1.13
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false
1 row in set (0.00 sec)
mysql> SELECT 'lvuleck' BETWEEN '2008-09-16 22:23:50' AND 0;
+-----------------------------------------------+
| 'lvuleck' BETWEEN '2008-09-16 22:23:50' AND 0 |
+-----------------------------------------------+
| 1 |
+-----------------------------------------------+
1 row in set, 1 warning (0.01 sec) |
ghost
changed the title
Invalid results using BETWEEN...AND... with type conversation.
Invalid results using BETWEEN...AND... with type conversion
Jul 11, 2020
Closed
/pick-up |
Pick up success. |
@xiongjiwei You did not submit PR within 7 days, so give up automatically. |
/pick-up |
Pick up success. |
Please edit this comment or add a new comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA) (optional)2. Symptom (optional)3. All Trigger Conditions (optional)4. Workaround (optional)5. Affected versions6. Fixed versions |
This was referenced Dec 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
challenge-program
component/expression
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!
Invalid results using BETWEEN...AND... with type conversation.
If possible, provide a recipe for reproducing the error.
tidb-server -V
or runselect tidb_version();
on TiDB)?SIG slack channel
#sig-exec
Score
Mentor
The text was updated successfully, but these errors were encountered: