mirror of https://github.com/MariaDB/server
Browse Source
If charset aggregation decides to convert arguments to some specific charset and some arguments are numbers, they'll be wrapped into a Item_func_conv_charset(), that changes result_type() to STRING_RESULT. Fix: don't convert numbers, sformat needs their numerical value only.bb-10.7-kevgs
3 changed files with 33 additions and 5 deletions
Loading…
Reference in new issue