Fix for bug#57272: crash in rpad() when using utf8
Problem: if multibyte and binary string arguments passed to RPAD(), LPAD() or INSERT() functions, they might return wrong results or even lead to a server crash due to missed character set convertion. Fix: perform the convertion if necessary.
Showing
Please register or sign in to comment