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](function)fix error result in replace_empty with utf8 chars (apa…
…che#40869) ## Proposed changes ``` mysql [(none)]>select replace_empty('你a好b世c界','','b'); +-------------------------------------------+ | replace_empty('你a好b世c界', '', 'b') | +-------------------------------------------+ | b�b�b�bab�b�b�bbb�b�b�bcb�b�b�b | +---------------------------- mysql [(none)]>select replace_empty('你a好b世c界','','b'); +-------------------------------------------+ | replace_empty('你a好b世c界', '', 'b') | +-------------------------------------------+ | b你bab好bbb世bcb界b | +-------------------------------------------+ ``` <!--Describe your changes.-->
- Loading branch information
Showing
3 changed files
with
59 additions
and
25 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
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