-
Notifications
You must be signed in to change notification settings - Fork 6k
Open
Labels
component/expressionseverity/moderatesig/executionSIG executionSIG executiontype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
mysql> SELECT WEEK('2023-01-01', NULL);
+--------------------------+
| WEEK('2023-01-01', NULL) |
+--------------------------+
| 1 |
+--------------------------+
1 row in set (0.06 sec)
3. What did you see instead (Required)
mysql> SELECT WEEK('2023-01-01', NULL);
+--------------------------+
| WEEK('2023-01-01', NULL) |
+--------------------------+
| NULL |
+--------------------------+
1 row in set (0.00 sec)
4. What is your TiDB version? (Required)
Metadata
Metadata
Assignees
Labels
component/expressionseverity/moderatesig/executionSIG executionSIG executiontype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.