mirror of
https://github.com/MariaDB/server.git
synced 2026-05-13 18:40:48 +02:00
MDEV-23435 Functions do not convert numbers to character_set_results
This commit is contained in:
parent
2b6dd87b2c
commit
9b2fe4bd12
4 changed files with 155 additions and 18 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue