forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](ip) fix ip nullable param without check (apache#44700)
if we use ipv6_cidr_to_range function with nullable func which with invalid ipv6 will make be core ``` mysql> select id, ipv6_cidr_to_range(nullable(''), 32) from fn_test_ip_nullable order by id; ```
- Loading branch information
Showing
4 changed files
with
256 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.