MDEV-23435 Functions do not convert numbers to character_set_results

This commit is contained in:
Alexander Barkov 2020-08-09 14:25:22 +04:00
commit 9b2fe4bd12
4 changed files with 155 additions and 18 deletions

View file

@ -206,6 +206,7 @@ public:
class Protocol_text :public Protocol
{
bool store_numeric_string_aux(const char *from, size_t length);
public:
Protocol_text(THD *thd_arg, ulong prealloc= 0)
:Protocol(thd_arg)