Skip to content

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #57422

…ne convert (#57422)

before:
```sql
mysql> select cast('9999-12-31 23:59:59.999999 +00:00' as datetime(6));
+----------------------------------------------------------+
| cast('9999-12-31 23:59:59.999999 +00:00' as datetime(6)) |
+----------------------------------------------------------+
|                                                          |
+----------------------------------------------------------+
```
now:
```sql
mysql> select cast('9999-12-31 23:59:59.999999 +00:00' as datetime(6));
+----------------------------------------------------------+
| cast('9999-12-31 23:59:59.999999 +00:00' as datetime(6)) |
+----------------------------------------------------------+
| NULL                                                     |
+----------------------------------------------------------+
```
@github-actions github-actions bot requested a review from yiguolei as a code owner October 29, 2025 04:23
@yiguolei
Copy link
Contributor

run buildall

@yiguolei yiguolei closed this Oct 30, 2025
@yiguolei yiguolei reopened this Oct 30, 2025
@yiguolei yiguolei merged commit bfae221 into branch-4.0 Oct 30, 2025
23 of 26 checks passed
@github-actions github-actions bot deleted the auto-pick-57422-branch-4.0 branch October 30, 2025 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants