You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: After some investigation, we found some common patterns in these functions. We introduce 2 internal builtin functions to_binary and from_binary to convert the charset from UTF-8, so that the changes can be unified:
xiongjiwei
changed the title
On the TiDB side, most string-related builtin functions need special processing after conversion from utf8
On the TiDB side, most string-related builtin functions need special processing
Aug 27, 2021
tangenta
changed the title
On the TiDB side, most string-related builtin functions need special processing
Support GBK for string-related built-in functions
Sep 24, 2021
The reference of built-in functions: https://dev.mysql.com/doc/refman/8.0/en/string-functions.html
hex
#28304ascii
#28355concat
#28356length
#28357octet_length
#28358to_base64
#28359lower
#28360upper
#28361convert
#28657bit_length
#29460char
#29461load file
#29462 // do nothingord
#29463Update: After some investigation, we found some common patterns in these functions. We introduce 2 internal builtin functions
to_binary
andfrom_binary
to convert the charset from UTF-8, so that the changes can be unified:to_binary()
for new charset #29863from_binary()
for new charset #26818The text was updated successfully, but these errors were encountered: