WL#2649: Number-to-string conversions

Affects: Server-5.5   —   Status: Complete

Automatic number-to-string conversions which currently return
with [VAR]BINARY data type will return with [VAR]CHAR data type
with character set = character_set_connection,
collation = collation_connection, with exceptions as
noted in section '' of the High-Level Specification.

Also we will cease to return [VAR]BINARY for a few other functions
which do not involve automatic number-to-string conversions.