-
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
Datetime string literal parsing mistreat separator .
as FSP delimiter
#20507
Comments
/label sig/execution |
These labels are not found |
/label sig/execution |
I found this bug while working on #20348 , could fix it together. |
for more information, quoted from https://dev.mysql.com/doc/refman/5.7/en/date-and-time-literals.html
Therefore, this seemingly ambiguous case is acutally specified that MySQL won't accept |
.
as FSP delimiter.
as FSP delimiter
/assign @ichn-hu |
/info |
Please edit this 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 |
( FixedVersions AffectedVersions ) fields are empty. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
On MySQL:
3. What did you see instead (Required)
On TiDB:
4. What is your TiDB version? (Required)
Could reproduce on master, 4.0 & 3.0
The text was updated successfully, but these errors were encountered: